Interface: SpeedBugProps
The properties for the SpeedBug component.
Hierarchy
ComponentProps
↳
SpeedBugProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
sdk/components/FSComponent.ts:122
defaultSpeed
• Optional
defaultSpeed: number
The default speed the range is set to
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/PFD/Components/FlightInstruments/SpeedBug.tsx:8
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
sdk/components/FSComponent.ts:125