Skip to main content

Class: VSpeedBug

The VSpeedBug component.

Hierarchy

Constructors

constructor

new VSpeedBug(props): VSpeedBug

Creates an instance of a DisplayComponent.

Parameters

NameTypeDescription
propsVSpeedBugPropsThe propertis of the component.

Returns

VSpeedBug

Inherited from

SpeedBug.constructor

Defined in

sdk/components/FSComponent.ts:73

Properties

bugContainerRef

Protected Readonly bugContainerRef: NodeReference<HTMLDivElement>

Inherited from

SpeedBug.bugContainerRef

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/PFD/Components/FlightInstruments/SpeedBug.tsx:22


bugSpeed

Protected Readonly bugSpeed: Subject<number>

Inherited from

SpeedBug.bugSpeed

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/PFD/Components/FlightInstruments/SpeedBug.tsx:18


context

Optional context: [] = undefined

The context on this component, if any.

Inherited from

SpeedBug.context

Defined in

sdk/components/FSComponent.ts:64


contextType

Optional Readonly contextType: readonly [] = undefined

The type of context for this component, if any.

Inherited from

SpeedBug.contextType

Defined in

sdk/components/FSComponent.ts:67


isModified

Protected Readonly isModified: Subject<boolean>

Inherited from

SpeedBug.isModified

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/PFD/Components/FlightInstruments/SpeedBug.tsx:20


isVisible

Protected Readonly isVisible: Subject<boolean>

Inherited from

SpeedBug.isVisible

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/PFD/Components/FlightInstruments/SpeedBug.tsx:19


props

props: VSpeedBugProps & ComponentProps

The properties of the component.

Inherited from

SpeedBug.props

Defined in

sdk/components/FSComponent.ts:61

Methods

destroy

destroy(): void

Destroys this component.

Returns

void

Inherited from

SpeedBug.destroy

Defined in

sdk/components/FSComponent.ts:98


getContext

getContext(context): never

Gets a context data subscription from the context collection.

Parameters

NameTypeDescription
contextneverThe context to get the subscription for.

Returns

never

The requested context.

Throws

An error if no data for the specified context type could be found.

Inherited from

SpeedBug.getContext

Defined in

sdk/components/FSComponent.ts:106


onAfterRender

onAfterRender(): void

A callback called after the component renders.

Returns

void

Overrides

SpeedBug.onAfterRender

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/PFD/Components/FlightInstruments/VSpeedBug.tsx:23


onBeforeRender

onBeforeRender(): void

A callback that is called before the component is rendered.

Returns

void

Inherited from

SpeedBug.onBeforeRender

Defined in

sdk/components/FSComponent.ts:80


render

render(): VNode

Returns

VNode

Inherit Doc

Overrides

SpeedBug.render

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/PFD/Components/FlightInstruments/VSpeedBug.tsx:28


setBugSpeed

setBugSpeed(speed): void

Sets the speed where the bug should be displayed on the airspeed tape.

Parameters

NameTypeDescription
speednumberThe bug speed.

Returns

void

Inherited from

SpeedBug.setBugSpeed

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/PFD/Components/FlightInstruments/SpeedBug.tsx:30


setIsModified

setIsModified(modified): void

Sets a value indicating if this bug was modified.

Parameters

NameTypeDescription
modifiedbooleanThe modified value.

Returns

void

Inherited from

SpeedBug.setIsModified

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/PFD/Components/FlightInstruments/SpeedBug.tsx:46


setIsVisible

setIsVisible(visible): void

Sets this bug's visibility.

Parameters

NameTypeDescription
visiblebooleanThe bug visibility.

Returns

void

Inherited from

SpeedBug.setIsVisible

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/PFD/Components/FlightInstruments/SpeedBug.tsx:38


updateBug

updateBug(ias): void

A method called to update the location of a bug on the tape.

Parameters

NameTypeDescription
iasnumberThe current indicated air speed.

Returns

void

Inherited from

SpeedBug.updateBug

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/PFD/Components/FlightInstruments/SpeedBug.tsx:54