Skip to main content

Interface: MapBannerIndicatorProps

Defined in: src/garminsdk/components/map/indicators/MapBannerIndicator.tsx:6

Component props for MapBannerIndicator.

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 | SubscribableSet<string>

Defined in: src/garminsdk/components/map/indicators/MapBannerIndicator.tsx:11

CSS class(es) to apply to the root of the banner.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


show

show: Subscribable<boolean>

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

A subscribable which provides the declutter mode.