Interface: MapRangeDisplayProps
Defined in: src/garminsdk/components/map/MapRangeDisplay.tsx:10
Component props for MapRangeDisplay
Extends
ComponentProps
Properties
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
ComponentProps.children
class?
optional
class:string
Defined in: src/garminsdk/components/map/MapRangeDisplay.tsx:18
The class name of the display component root.
displayUnit
displayUnit:
Subscribable
<null
|Unit
<Distance
>>
Defined in: src/garminsdk/components/map/MapRangeDisplay.tsx:15
A subscribable which provides a display unit type.
range
range:
Subscribable
<NumberUnitInterface
<Distance
,Unit
<Distance
>>>
Defined in: src/garminsdk/components/map/MapRangeDisplay.tsx:12
A subscribable which provides the range.
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref