Interface: TrafficMapAdsbOffBannerIndicatorProps
Component props for TrafficMapAdsbOffBannerIndicator.
Hierarchy
ComponentProps
↳
TrafficMapAdsbOffBannerIndicatorProps
Properties
adsbOperatingMode
• adsbOperatingMode: Subscribable
<AdsbOperatingMode
>
A subscribable which provides the current ADS-B operating mode.
Defined in
src/garminsdk/components/map/indicators/TrafficMapAdsbOffBannerIndicator.tsx:10
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
trafficOperatingMode
• trafficOperatingMode: Subscribable
<TcasOperatingMode
>
A subscribable which provides the current traffic system operating mode.
Defined in
src/garminsdk/components/map/indicators/TrafficMapAdsbOffBannerIndicator.tsx:13