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

    Interface SelectOptions<TItem>

    Options accepted by the Blessed select adapter.

    interface SelectOptions<TItem extends SelectItem = SelectItem> {
        box?: SelectBoxOptions;
        data: SelectData<TItem>;
        parent: Node;
    }

    Type Parameters

    Index

    Properties

    Properties

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

    Options, controlled value/open state, and listeners.

    parent: Node

    Blessed screen or node receiving the created box.