API Reference / @gtkx/components / index / Section
Type Alias: Section<S, T>
Section<
S,T> =object
Defined in: types.d.ts:29
A group of items rendered under a shared section header.
Type Parameters
S
S = unknown
T
T = unknown
Properties
data
data:
Item<T>[]
Defined in: types.d.ts:34
Items belonging to this section.
id
id:
string
Defined in: types.d.ts:31
Stable identifier used to track the section across updates.
value
value:
S
Defined in: types.d.ts:32