Interface GetStateOptions

Possible values for Wunderbaum.getState.

interface GetStateOptions {
    activeKey?: boolean;
    expandedKeys?: boolean;
    selectedKeys?: boolean;
}

Properties

activeKey?: boolean

Include the active node's key (and expand its parents).

true
expandedKeys?: boolean

Include the expanded keys.

false
selectedKeys?: boolean

Include the selected keys.

false