Skip to main content

Interface: MapRangeDisplayProps

Component props for MapRangeDisplay

Hierarchy

  • ComponentProps

    MapRangeDisplayProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

sdk/components/FSComponent.ts:122


class

Optional class: string

The class name of the display component root.

Defined in

garminsdk/components/map/MapRangeDisplay.tsx:18


displayUnit

displayUnit: Subscribable<null | Unit<Distance>>

A subscribable which provides a display unit type.

Defined in

garminsdk/components/map/MapRangeDisplay.tsx:15


range

range: Subscribable<NumberUnitInterface<Distance, Unit<Distance>>>

A subscribable which provides the range.

Defined in

garminsdk/components/map/MapRangeDisplay.tsx:12


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

sdk/components/FSComponent.ts:125