Skip to content

API Reference / @gtkx/components / index / ListSectionRenderArgs

Type Alias: ListSectionRenderArgs<S>

ListSectionRenderArgs<S> = object

Defined in: types.d.ts:43

Arguments passed to a ListSectionRenderer when rendering one section header.

Type Parameters

S

S

Properties

section

section: S

Defined in: types.d.ts:45

Value of the ListSection whose header is being rendered.

Released under the MPL-2.0 License.