Interface: MapTrafficFailedIndicatorProps
Component props for MapTrafficFailedIndicator.
Hierarchy
ComponentProps
↳
MapTrafficFailedIndicatorProps
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
>
The traffic system operating mode.
Defined in
src/garminsdk/components/map/indicators/MapTrafficFailedIndicator.tsx:11
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
>
Whether to show the indicator.
Defined in
src/garminsdk/components/map/indicators/MapTrafficFailedIndicator.tsx:8