Skip to main content

Interface: TrafficMapOperatingModeIndicatorProps

Component props for TrafficMapOperatingModeIndicator.

Hierarchy

  • ComponentProps

    TrafficMapOperatingModeIndicatorProps

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/TrafficMapOperatingModeIndicator.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<TcasOperatingMode, string>>

The text to display for each operating mode.

Defined in

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