Skip to main content

Interface: VSpeedBugProps

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

Props for the vspeed bug.

Extends

Properties

bugAirspeed

bugAirspeed: Subscribable<null | number>

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

The bug airspeed in knots, or null if none (bug will be hidden).


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


declutter

declutter: Subscribable<boolean>

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

Whether the PFD is being decluttered


label

label: string | Subscribable<string>

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

The bugs display label.


labelXOffset?

optional labelXOffset: number | Subscribable<number>

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

The X value offset of the bugs label.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref