Member Junction
    Preparing search index...

    Interface TreeDropdownConfig

    Configuration for dropdown behavior

    interface TreeDropdownConfig {
        AnimationDuration?: number;
        CloseOnEscape?: boolean;
        CloseOnOutsideClick?: boolean;
        CloseOnSelect?: boolean;
        MaxHeight?: string;
        MinWidth?: string;
        Position?: DropdownPosition;
    }
    Index

    Properties

    AnimationDuration?: number

    Animation duration in ms (default: 150)

    CloseOnEscape?: boolean

    Close on escape key (default: true)

    CloseOnOutsideClick?: boolean

    Close on outside click (default: true)

    CloseOnSelect?: boolean

    Close on selection (single mode only, default: true)

    MaxHeight?: string

    Max height of dropdown (default: '300px')

    MinWidth?: string

    Min width of dropdown (default: match input)

    Position?: DropdownPosition

    Preferred position (default: 'auto')