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

    Type Alias GroupedListRow<TItem>

    GroupedListRow:
        | { id: string; sectionId: string; title: string; type: "header" }
        | { item: TItem; sectionId: string; type: "item" }

    Flattened row produced by flattenGroupedListRows.

    Type Parameters