Skip to main content

Interface: SpeedConstraintDisplayProps

The props for SpeedConstraintDisplay.

Hierarchy

  • ComponentProps

    SpeedConstraintDisplayProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


isEdited

Optional isEdited: Subscribable<boolean>

Whether the speed is edited.

Defined in

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


isInvalid

Optional isInvalid: Subscribable<boolean>

Whether the speed is invalid.

Defined in

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


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


speed

speed: Subscribable<number>

The speed constraint speed.

Defined in

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


speedDesc

speedDesc: Subscribable<SpeedRestrictionType>

The speed constraint type.

Defined in

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


speedUnit

speedUnit: Subscribable<SpeedUnit>

The speed constraint unit.

Defined in

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


userSpeedUnitsSetting

userSpeedUnitsSetting: Subscribable<Unit<Speed>>

The event bus.

Defined in

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