Interface: SpeedConstraintDisplayProps
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Constraints/SpeedConstraintDisplay.tsx:15
The props for SpeedConstraintDisplay.
Extends
ComponentProps
Properties
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
ComponentProps.children
isEdited?
optional
isEdited:Subscribable
<boolean
>
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Constraints/SpeedConstraintDisplay.tsx:27
Whether the speed is edited.
isInvalid?
optional
isInvalid:Subscribable
<boolean
>
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Constraints/SpeedConstraintDisplay.tsx:25
Whether the speed is invalid.
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref
speed
speed:
Subscribable
<number
>
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Constraints/SpeedConstraintDisplay.tsx:19
The speed constraint speed.
speedDesc
speedDesc:
Subscribable
<SpeedRestrictionType
>
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Constraints/SpeedConstraintDisplay.tsx:23
The speed constraint type.
speedUnit
speedUnit:
Subscribable
<SpeedUnit
>
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Constraints/SpeedConstraintDisplay.tsx:21
The speed constraint unit.
userSpeedUnitsSetting
userSpeedUnitsSetting:
Subscribable
<Unit
<Speed
>>
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Constraints/SpeedConstraintDisplay.tsx:17
The event bus.