Skip to main content

Interface: AltitudeConstraintDisplayProps

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

The props for AltitudeConstraintDisplay.

Extends

  • ComponentProps

Properties

altDesc

altDesc: Subscribable<AltitudeRestrictionType>

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

The altitude restriction type.


altitude1

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

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Constraints/AltitudeConstraintDisplay.tsx:16

Altitude 1.


altitude2?

optional altitude2: Subscribable<NumberUnitInterface<Distance, Unit<Distance>>>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Constraints/AltitudeConstraintDisplay.tsx:18

Altitude 2.


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/AltitudeConstraintDisplay.tsx:20

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


displayAltitude2AsFlightLevel?

optional displayAltitude2AsFlightLevel: Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Constraints/AltitudeConstraintDisplay.tsx:22

Whether the altitude 2 should be displayed as a flight level. Defaults to false.


isCyan?

optional isCyan: boolean | Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Constraints/AltitudeConstraintDisplay.tsx:28

Whether to display this constraint in cyan or not. Defaults to false.


isEdited?

optional isEdited: Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Constraints/AltitudeConstraintDisplay.tsx:24

When true, the pencil icon will be displayed. Defaults to false.


isInvalid?

optional isInvalid: Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Constraints/AltitudeConstraintDisplay.tsx:26

Whether to display this constraint as invalid or not. Defaults to false.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref