Interface: NavDataDurationFieldProps<T>
Defined in: src/garminsdk/components/navdatafield/NavDataField.tsx:148
Component props for NavDataDurationField.
Extends
Type Parameters
Type Parameter |
---|
T extends NumberUnitInterface <UnitFamily.Duration > |
Properties
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
class?
optional
class:string
Defined in: src/garminsdk/components/navdatafield/NavDataField.tsx:22
CSS class(es) to apply to the root of the component.
Inherited from
model
model:
NavDataFieldModel
<T
>
Defined in: src/garminsdk/components/navdatafield/NavDataField.tsx:19
The model data field's data model.
Inherited from
options?
optional
options:Partial
<DurationDisplayOptions
>
Defined in: src/garminsdk/components/navdatafield/NavDataField.tsx:150
Formatting options.
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
title
title:
string
Defined in: src/garminsdk/components/navdatafield/NavDataField.tsx:16
The title of the data field.