Skip to main content

Interface: TrafficMapAdsbModeIndicatorProps

Component props for TrafficMapBdsbModeIndicator.

Hierarchy

  • ComponentProps

    TrafficMapAdsbModeIndicatorProps

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<AdsbOperatingMode>

A subscribable which provides the current ADS-B operating mode.

Defined in

src/garminsdk/components/map/indicators/TrafficMapAdsbModeIndicator.tsx:8


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


text

text: Partial<Record<AdsbOperatingMode, string>>

The text to display for each operating mode.

Defined in

src/garminsdk/components/map/indicators/TrafficMapAdsbModeIndicator.tsx:11