Interface: FlightPathMarkerProps
The properties for the FlightPathMarker component.
Hierarchy
ComponentProps
↳
FlightPathMarkerProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
sdk/components/FSComponent.ts:122
isActive
• isActive: Subscribable
<boolean
>
A subscribable which provides whether the flight path marker is active.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/FlightPathMarker.tsx:11
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
sdk/components/FSComponent.ts:125