blessed-components - v1.20.0
    Preparing search index...

    Interface MultiSelectOptions<TItem>

    Options accepted by the Blessed multiSelect adapter.

    interface MultiSelectOptions<TItem extends MultiSelectItem = MultiSelectItem> {
        box?: MultiSelectBoxOptions;
        data: MultiSelectData<TItem>;
        parent: Node;
    }

    Type Parameters

    Index

    Properties

    Properties

    Position, dimensions, style, and standard Blessed box settings.

    Options, controlled values/open state, and listeners.

    parent: Node

    Blessed screen or node receiving the created box.