Interface: MapBannerIndicatorProps
Component props for MapBannerIndicator.
Hierarchy
ComponentProps
↳
MapBannerIndicatorProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
class
• Optional
class: string
| SubscribableSet
<string
>
CSS class(es) to apply to the root of the banner.
Defined in
src/garminsdk/components/map/indicators/MapBannerIndicator.tsx:11
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
show
• show: Subscribable
<boolean
>
A subscribable which provides the declutter mode.
Defined in
src/garminsdk/components/map/indicators/MapBannerIndicator.tsx:8