Skip to main content

Interface: SimpleAltitudeConstraintDisplayProps

The props for SimpleAltitudeConstraintDisplay.

Hierarchy

  • ComponentProps

    SimpleAltitudeConstraintDisplayProps

Properties

altitude1

altitude1: Subscribable<NumberUnitInterface<Distance, Unit<Distance>>>

Altitude 1.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/Constraints/SimpleAltitudeConstraintDisplay.tsx:12


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


displayAltitude1AsFlightLevel

displayAltitude1AsFlightLevel: Subscribable<boolean>

Whether the altitude 1 should be displayed as a flight level.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/Constraints/SimpleAltitudeConstraintDisplay.tsx:14


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125