Interface: TrafficMapOperatingModeIndicatorProps
Defined in: src/garminsdk/components/map/indicators/TrafficMapOperatingModeIndicator.tsx:6
Component props for TrafficMapOperatingModeIndicator.
Extends
Properties
children?
optionalchildren:DisplayChildren[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
operatingMode
operatingMode:
Subscribable<TcasOperatingMode>
Defined in: src/garminsdk/components/map/indicators/TrafficMapOperatingModeIndicator.tsx:8
A subscribable which provides the current traffic system operating mode.
ref?
optionalref:NodeReference<any>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
text
text:
Partial<Record<TcasOperatingMode,string>>
Defined in: src/garminsdk/components/map/indicators/TrafficMapOperatingModeIndicator.tsx:11
The text to display for each operating mode.