Skip to content

API Reference / @gtkx/components / SectionNode

Type Alias: SectionNode<S, T>

SectionNode<S, T> = object

Defined in: types.d.ts:28

A group of items rendered under a shared section header.

Type Parameters

S

S = unknown

T

T = unknown

Properties

data

data: ItemNode<T>[]

Defined in: types.d.ts:33

Items belonging to this section.


id

id: string

Defined in: types.d.ts:30

Stable identifier used to track the section across updates.


value

value: S

Defined in: types.d.ts:31

Released under the MPL-2.0 License.