Skip to main content

Class: Gdu460Display

A GDU460 (10.6-inch landscape) display.

Hierarchy

Implements

Constructors

constructor

new Gdu460Display(props): Gdu460Display

Creates an instance of a DisplayComponent.

Parameters

NameTypeDescription
propsGduDisplayPropsThe propertis of the component.

Returns

Gdu460Display

Inherited from

DisplayComponent<GduDisplayProps>.constructor

Defined in

src/sdk/components/FSComponent.ts:73

Properties

context

Optional context: [] = undefined

The context on this component, if any.

Implementation of

GduDisplay.context

Inherited from

DisplayComponent.context

Defined in

src/sdk/components/FSComponent.ts:64


contextType

Optional Readonly contextType: readonly [] = undefined

The type of context for this component, if any.

Implementation of

GduDisplay.contextType

Inherited from

DisplayComponent.contextType

Defined in

src/sdk/components/FSComponent.ts:67


props

props: GduDisplayProps & ComponentProps

The properties of the component.

Implementation of

GduDisplay.props

Inherited from

DisplayComponent.props

Defined in

src/sdk/components/FSComponent.ts:61

Methods

destroy

destroy(): void

Destroys this component.

Returns

void

Implementation of

GduDisplay.destroy

Inherited from

DisplayComponent.destroy

Defined in

src/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.

Implementation of

GduDisplay.getContext

Inherited from

DisplayComponent.getContext

Defined in

src/sdk/components/FSComponent.ts:106


onAfterRender

onAfterRender(): void

A callback that is called after the component is rendered.

Returns

void

Implementation of

GduDisplay.onAfterRender

Overrides

DisplayComponent.onAfterRender

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/GduDisplay/Gdu460/Gdu460Display.tsx:58


onAvionicsStatusChanged

onAvionicsStatusChanged(event): void

Responds to when the avionics status of this display's parent instrument changes.

Parameters

NameTypeDescription
eventReadonly<AvionicsStatusChangeEvent>The event describing the avionics status change.

Returns

void

Implementation of

GduDisplay.onAvionicsStatusChanged

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/GduDisplay/Gdu460/Gdu460Display.tsx:106


onBeforeRender

onBeforeRender(): void

A callback that is called before the component is rendered.

Returns

void

Implementation of

GduDisplay.onBeforeRender

Inherited from

DisplayComponent.onBeforeRender

Defined in

src/sdk/components/FSComponent.ts:80


render

render(): VNode

Renders the component.

Returns

VNode

A JSX element to be rendered.

Implementation of

GduDisplay.render

Overrides

DisplayComponent.render

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/GduDisplay/Gdu460/Gdu460Display.tsx:143