Member Junction
    Preparing search index...

    Interface TreeKeyboardConfig

    Keyboard navigation configuration

    interface TreeKeyboardConfig {
        CollapseKey?: string;
        Enabled?: boolean;
        ExpandKey?: string;
        SelectKey?: string;
        TypeAhead?: boolean;
    }
    Index

    Properties

    CollapseKey?: string

    Key to collapse node (default: 'ArrowLeft')

    Enabled?: boolean

    Enable keyboard navigation (default: true)

    ExpandKey?: string

    Key to expand node (default: 'ArrowRight')

    SelectKey?: string

    Key to select node (default: 'Enter' or 'Space')

    TypeAhead?: boolean

    Enable type-ahead search (default: true)