Skip to main content

Interface: SimpleAltitudeConstraintDisplayProps

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Constraints/SimpleAltitudeConstraintDisplay.tsx:10

The props for SimpleAltitudeConstraintDisplay.

Extends

  • ComponentProps

Properties

altitude1

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

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Constraints/SimpleAltitudeConstraintDisplay.tsx:12

Altitude 1.


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


displayAltitude1AsFlightLevel

displayAltitude1AsFlightLevel: Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Constraints/SimpleAltitudeConstraintDisplay.tsx:14

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


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref