Interface: MapDetailIndicatorProps
Component props for MapDetailIndicator.
Hierarchy
ComponentProps
↳
MapDetailIndicatorProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
declutterMode
• declutterMode: Subscribable
<MapDeclutterMode
>
A subscribable which provides the declutter mode.
Defined in
src/garminsdk/components/map/indicators/MapDetailIndicator.tsx:10
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
showTitle
• showTitle: boolean
Whether to show the title.
Defined in
src/garminsdk/components/map/indicators/MapDetailIndicator.tsx:13