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

    Interface FlattenGroupedListRowsOptions<TItem>

    Options accepted by flattenGroupedListRows.

    interface FlattenGroupedListRowsOptions<
        TItem extends GroupedListItem = GroupedListItem,
    > {
        sections: readonly GroupedListSection<TItem>[];
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    sections: readonly GroupedListSection<TItem>[]

    Ordered sections. Caller-owned data is never mutated.