blessed-components - v1.20.0
GitHub
Roadmap
Preparing search index...
index
GroupedListRow
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
TItem
extends
GroupedListItem
=
GroupedListItem
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
GitHub
Roadmap
blessed-components - v1.20.0
Loading...
Flattened row produced by flattenGroupedListRows.