Skip to main content

Class: CASAnnunciation

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/Components/CAS/CAS.tsx:185

The CAS Annunciation component.

Extends

  • DisplayComponent<AnnunciationProps>

Constructors

Constructor

new CASAnnunciation(props): CASAnnunciation

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/Components/CAS/CAS.tsx:193

Parameters

ParameterType
propsAnnunciationProps

Returns

CASAnnunciation

Inherit Doc

Overrides

DisplayComponent<AnnunciationProps>.constructor

Properties

context?

optional context: [] = undefined

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

The context on this component, if any.

Inherited from

DisplayComponent.context


contextType?

readonly optional contextType: readonly [] = undefined

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

The type of context for this component, if any.

Inherited from

DisplayComponent.contextType


props

props: AnnunciationProps & ComponentProps

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

The properties of the component.

Inherited from

DisplayComponent.props

Methods

acknowledge()

acknowledge(): void

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/Components/CAS/CAS.tsx:202

Sets the acknowledged state on the annunciation.

Returns

void


destroy()

destroy(): void

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/Components/CAS/CAS.tsx:239

Returns

void

Inherit Doc

Overrides

DisplayComponent.destroy


getContext()

protected getContext(context): never

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

Gets a context data subscription from the context collection.

Parameters

ParameterTypeDescription
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


getDomNode()

getDomNode(): HTMLDivElement

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/Components/CAS/CAS.tsx:234

Gets the DOM node of this annunciation.

Returns

HTMLDivElement

The DOM node.


getTimeCreated()

getTimeCreated(): number

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/Components/CAS/CAS.tsx:219

Gets the time when the annunciation was created.

Returns

number

The time when the annunciation was created.


isAcknowledged()

isAcknowledged(): boolean

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/Components/CAS/CAS.tsx:211

Gets the acknowledged state on the annunciation.

Returns

boolean

True if acknowledged, false otherwise.


onAfterRender()

onAfterRender(node): void

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

A callback that is called after the component is rendered.

Parameters

ParameterTypeDescription
nodeVNodeThe component's VNode.

Returns

void

Inherited from

DisplayComponent.onAfterRender


onBeforeRender()

onBeforeRender(): void

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

A callback that is called before the component is rendered.

Returns

void

Inherited from

DisplayComponent.onBeforeRender


removeDomNode()

removeDomNode(): void

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/Components/CAS/CAS.tsx:226

Removes the node from the DOM.

Returns

void


render()

render(): VNode

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/Components/CAS/CAS.tsx:261

Returns

VNode

Inherit Doc

Overrides

DisplayComponent.render