Skip to content

API Reference / @gtkx/components / index / ListSectionRenderArgs

Type Alias: ListSectionRenderArgs<S>

ListSectionRenderArgs<S> = object

Defined in: types.d.ts:60

Arguments passed to a ListSectionRenderer when rendering one section header.

Type Parameters

S

S

Properties

section

section: S

Defined in: types.d.ts:62

Value of the ListSection whose header is being rendered.

Released under the MPL-2.0 License.