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

    Interface GroupedListOptions<TItem>

    Options accepted by the Blessed groupedList adapter.

    interface GroupedListOptions<TItem extends GroupedListItem = GroupedListItem> {
        box?: GroupedListBoxOptions;
        data: GroupedListData<TItem>;
        parent: Node;
    }

    Type Parameters

    Index

    Properties

    Properties

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

    Sections, controlled or uncontrolled value, and change listeners.

    parent: Node

    Blessed screen or node receiving the created box.