Skip to main content

Interface: MapDetailIndicatorProps

Defined in: src/garminsdk/components/map/indicators/MapDetailIndicator.tsx:8

Component props for MapDetailIndicator.

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


declutterMode

declutterMode: Subscribable<MapDeclutterMode>

Defined in: src/garminsdk/components/map/indicators/MapDetailIndicator.tsx:10

A subscribable which provides the declutter mode.


ref?

optional ref: NodeReference<any>

Defined in: src/sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

ComponentProps.ref


showTitle

showTitle: boolean

Defined in: src/garminsdk/components/map/indicators/MapDetailIndicator.tsx:13

Whether to show the title.