Interface FocusableTreeSelectionState

interface FocusableTreeSelectionState {
    focus?: string;
    node?: string;
    type?: SelectionType;
}

Properties

Properties

focus?: string
node?: string