Skip to main content

Interface: TrafficMapRangeControlIndicatorProps

Component props for TrafficMapRangeControlIndicator.

Hierarchy

  • ComponentProps

    TrafficMapRangeControlIndicatorProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


context

context: MapSystemContext<any, any, TrafficMapRangeControlIndicatorControllers>

The map's context.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Map/Indicators/TrafficMapRangeControlIndicator.tsx:25


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125