Skip to main content

Class: SpeedBug<T>

The SpeedBug component.

Type parameters

NameType
Textends SpeedBugProps = SpeedBugProps

Hierarchy

Constructors

constructor

new SpeedBug<T>(props): SpeedBug<T>

Creates an instance of a DisplayComponent.

Type parameters

NameType
Textends SpeedBugProps = SpeedBugProps

Parameters

NameTypeDescription
propsTThe propertis of the component.

Returns

SpeedBug<T>

Inherited from

DisplayComponent<T>.constructor

Defined in

sdk/components/FSComponent.ts:73

Properties

bugContainerRef

Protected Readonly bugContainerRef: NodeReference<HTMLDivElement>

Defined in

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


bugSpeed

Protected Readonly bugSpeed: Subject<number>

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

DisplayComponent.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

DisplayComponent.contextType

Defined in

sdk/components/FSComponent.ts:67


isModified

Protected Readonly isModified: Subject<boolean>

Defined in

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


isVisible

Protected Readonly isVisible: Subject<boolean>

Defined in

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


props

props: T & ComponentProps

The properties of the component.

Inherited from

DisplayComponent.props

Defined in

sdk/components/FSComponent.ts:61

Methods

destroy

destroy(): void

Destroys this component.

Returns

void

Inherited from

DisplayComponent.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

DisplayComponent.getContext

Defined in

sdk/components/FSComponent.ts:106


onAfterRender

onAfterRender(): void

A callback called after the component renders.

Returns

void

Overrides

DisplayComponent.onAfterRender

Defined in

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


onBeforeRender

onBeforeRender(): void

A callback that is called before the component is rendered.

Returns

void

Inherited from

DisplayComponent.onBeforeRender

Defined in

sdk/components/FSComponent.ts:80


render

render(): VNode

Returns

VNode

Inherit Doc

Overrides

DisplayComponent.render

Defined in

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


setBugSpeed

setBugSpeed(speed): void

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

Parameters

NameTypeDescription
speednumberThe bug speed.

Returns

void

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

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

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

Defined in

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