Skip to main content

Interface: ConfigurationLimitBugProps

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Airspeed/ConfigurationLimitBug.tsx:10

Props for the flap 15 bug.

Extends

Properties

airspeed

airspeed: number

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Airspeed/ConfigurationLimitBug.tsx:16

Bug airspeed


airspeedDataProvider

airspeedDataProvider: AirspeedDataProvider

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Airspeed/ConfigurationLimitBug.tsx:12

An airspeed data provider.


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


labels

labels: string[]

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Airspeed/ConfigurationLimitBug.tsx:14

Bug labels


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref