Skip to main content

Interface: TrafficMapStandbyBannerIndicatorProps

Defined in: src/garminsdk/components/map/indicators/TrafficMapStandbyBannerIndicator.tsx:8

Component props for TrafficMapStandbyBannerIndicator.

Extends

  • ComponentProps

Properties

children?

optional children: DisplayChildren[]

Defined in: src/sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

ComponentProps.children


isOnGround

isOnGround: Subscribable<boolean>

Defined in: src/garminsdk/components/map/indicators/TrafficMapStandbyBannerIndicator.tsx:13

A subscribable which provides whether the airplane is on the ground.


operatingMode

operatingMode: Subscribable<TcasOperatingMode>

Defined in: src/garminsdk/components/map/indicators/TrafficMapStandbyBannerIndicator.tsx:10

A subscribable which provides the current traffic system operating mode.


ref?

optional ref: NodeReference<any>

Defined in: src/sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

ComponentProps.ref