Class: FlapSpeedBug
The FlapSpeedBug component.
Hierarchy
SpeedBug
<FlapSpeedBugProps
>↳
FlapSpeedBug
Constructors
constructor
• new FlapSpeedBug(props
): FlapSpeedBug
Creates an instance of a DisplayComponent.
Parameters
Name | Type | Description |
---|---|---|
props | FlapSpeedBugProps | The propertis of the component. |
Returns
Inherited from
Defined in
sdk/components/FSComponent.ts:73
Properties
bugContainerRef
• Protected
Readonly
bugContainerRef: NodeReference
<HTMLDivElement
>
Inherited from
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
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
Defined in
sdk/components/FSComponent.ts:64
contextType
• Optional
Readonly
contextType: readonly [] = undefined
The type of context for this component, if any.
Inherited from
Defined in
sdk/components/FSComponent.ts:67
isModified
• Protected
Readonly
isModified: Subject
<boolean
>
Inherited from
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
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/PFD/Components/FlightInstruments/SpeedBug.tsx:19
props
• props: FlapSpeedBugProps
& ComponentProps
The properties of the component.
Inherited from
Defined in
sdk/components/FSComponent.ts:61
Methods
destroy
▸ destroy(): void
Destroys this component.
Returns
void
Inherited from
Defined in
sdk/components/FSComponent.ts:98
getContext
▸ getContext(context
): never
Gets a context data subscription from the context collection.
Parameters
Name | Type | Description |
---|---|---|
context | never | The 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
Defined in
sdk/components/FSComponent.ts:106
onAfterRender
▸ onAfterRender(): void
A callback called after the component renders.
Returns
void
Overrides
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/PFD/Components/FlightInstruments/FlapSpeedBug.tsx:19
onBeforeRender
▸ onBeforeRender(): void
A callback that is called before the component is rendered.
Returns
void
Inherited from
Defined in
sdk/components/FSComponent.ts:80
render
▸ render(): VNode
Returns
VNode
Inherit Doc
Overrides
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/PFD/Components/FlightInstruments/FlapSpeedBug.tsx:25
setBugSpeed
▸ setBugSpeed(speed
): void
Sets the speed where the bug should be displayed on the airspeed tape.
Parameters
Name | Type | Description |
---|---|---|
speed | number | The bug speed. |
Returns
void
Inherited from
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
Name | Type | Description |
---|---|---|
modified | boolean | The modified value. |
Returns
void
Inherited from
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
Name | Type | Description |
---|---|---|
visible | boolean | The bug visibility. |
Returns
void
Inherited from
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
Name | Type | Description |
---|---|---|
ias | number | The current indicated air speed. |
Returns
void
Inherited from
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/PFD/Components/FlightInstruments/SpeedBug.tsx:54