Interface GetStateOptions

Possible values for Wunderbaum.getState.

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

Properties

expandedKeys?: boolean

Include the expanded keys.

true
selectedKeys?: boolean

Include the selected keys.

true