Skip to main content

Interface: FlightPathMarkerProps

Defined in: workingtitle-instruments-g1000/html_ui/PFD/Components/FlightInstruments/FlightPathMarker.tsx:9

The properties for the FlightPathMarker component.

Extends

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


isActive

isActive: Subscribable<boolean>

Defined in: workingtitle-instruments-g1000/html_ui/PFD/Components/FlightInstruments/FlightPathMarker.tsx:11

A subscribable which provides whether the flight path marker is active.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref