Interface: MapTrafficStatusIndicatorProps
Component props for MapTrafficStatusIndicator.
Hierarchy
ComponentProps
↳
MapTrafficStatusIndicatorProps
Properties
altitudeRestrictionMode
• Optional
altitudeRestrictionMode: Subscribable
<MapTrafficAltitudeRestrictionMode
>
A subscribable which provides the current map traffic altitude restriction mode. If not defined, the altitude restriction mode will not be displayed on the indicator.
Defined in
src/garminsdk/components/map/indicators/MapTrafficStatusIndicator.tsx:19
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/MapTrafficStatusIndicator.tsx:13
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
show
• show: Subscribable
<boolean
>
A subscribable which provides whether to show the indicator.
Defined in
src/garminsdk/components/map/indicators/MapTrafficStatusIndicator.tsx:10