interface State {
    selectionStack: readonly FocusableTreeSelectionState[];
}

Properties

Properties

selectionStack: readonly FocusableTreeSelectionState[]