Skip to main content

Interface: MapTrafficStatusIndicatorProps

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

Component props for MapTrafficStatusIndicator.

Extends

  • ComponentProps

Properties

altitudeRestrictionMode?

optional altitudeRestrictionMode: Subscribable<MapTrafficAltitudeRestrictionMode>

Defined in: src/garminsdk/components/map/indicators/MapTrafficStatusIndicator.tsx:19

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.


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


operatingMode

operatingMode: Subscribable<TcasOperatingMode>

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

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


show

show: Subscribable<boolean>

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

A subscribable which provides whether to show the indicator.