Skip to main content

Interface: NavDataFieldProps<T>

Component props for NavDataField.

Type parameters

Name
T

Hierarchy

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


class

Optional class: string

CSS class(es) to apply to the root of the component.

Defined in

src/garminsdk/components/navdatafield/NavDataField.tsx:22


model

model: NavDataFieldModel<T>

The model data field's data model.

Defined in

src/garminsdk/components/navdatafield/NavDataField.tsx:19


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


title

title: string

The title of the data field.

Defined in

src/garminsdk/components/navdatafield/NavDataField.tsx:16