Interface: AltitudeConstraintDisplayProps
The props for AltitudeConstraintDisplay.
Hierarchy
ComponentProps
↳
AltitudeConstraintDisplayProps
Properties
altDesc
• altDesc: Subscribable
<AltitudeRestrictionType
>
The altitude restriction type.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/Constraints/AltitudeConstraintDisplay.tsx:11
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/AltitudeConstraintDisplay.tsx:13
altitude2
• Optional
altitude2: Subscribable
<NumberUnitInterface
<Distance
, Unit
<Distance
>>>
Altitude 2.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/Constraints/AltitudeConstraintDisplay.tsx:15
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/AltitudeConstraintDisplay.tsx:17
displayAltitude2AsFlightLevel
• Optional
displayAltitude2AsFlightLevel: Subscribable
<boolean
>
Whether the altitude 2 should be displayed as a flight level. Defaults to false.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/Constraints/AltitudeConstraintDisplay.tsx:19
isCyan
• Optional
isCyan: boolean
| Subscribable
<boolean
>
Whether to display this constraint in cyan or not. Defaults to false.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/Constraints/AltitudeConstraintDisplay.tsx:25
isEdited
• Optional
isEdited: Subscribable
<boolean
>
When true, the pencil icon will be displayed. Defaults to false.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/Constraints/AltitudeConstraintDisplay.tsx:21
isInvalid
• Optional
isInvalid: Subscribable
<boolean
>
Whether to display this constraint as invalid or not. Defaults to false.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/Constraints/AltitudeConstraintDisplay.tsx:23
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125