Interface: TrafficMapStandbyBannerIndicatorProps
Component props for TrafficMapStandbyBannerIndicator.
Hierarchy
ComponentProps
↳
TrafficMapStandbyBannerIndicatorProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
isOnGround
• isOnGround: Subscribable
<boolean
>
A subscribable which provides whether the airplane is on the ground.
Defined in
src/garminsdk/components/map/indicators/TrafficMapStandbyBannerIndicator.tsx:13
operatingMode
• operatingMode: Subscribable
<TcasOperatingMode
>
A subscribable which provides the current traffic system operating mode.
Defined in
src/garminsdk/components/map/indicators/TrafficMapStandbyBannerIndicator.tsx:10
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125