Skip to main content

Interface: TrafficMapFailedBannerIndicatorProps

Component props for TrafficMapFailedBannerIndicator.

Hierarchy

  • ComponentProps

    TrafficMapFailedBannerIndicatorProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


operatingMode

operatingMode: Subscribable<TcasOperatingMode>

A subscribable which provides the current traffic system operating mode.

Defined in

src/garminsdk/components/map/indicators/TrafficMapFailedBannerIndicator.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