Skip to main content

Class: PfdMapInset

A PFD map inset.

Hierarchy

Constructors

constructor

new PfdMapInset(props): PfdMapInset

Creates an instance of a DisplayComponent.

Parameters

NameTypeDescription
propsPfdMapInsetPropsThe propertis of the component.

Returns

PfdMapInset

Inherited from

AbstractPfdInset.constructor

Defined in

src/sdk/components/FSComponent.ts:73

Properties

context

Optional context: [] = undefined

The context on this component, if any.

Inherited from

AbstractPfdInset.context

Defined in

src/sdk/components/FSComponent.ts:64


contextType

Optional Readonly contextType: readonly [] = undefined

The type of context for this component, if any.

Inherited from

AbstractPfdInset.contextType

Defined in

src/sdk/components/FSComponent.ts:67


props

props: PfdMapInsetProps & ComponentProps

The properties of the component.

Inherited from

AbstractPfdInset.props

Defined in

src/sdk/components/FSComponent.ts:61

Methods

destroy

destroy(): void

Destroys this component.

Returns

void

Overrides

AbstractPfdInset.destroy

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/GduDisplay/Gdu460/PfdInstruments/Inset/Insets/PfdMapInset/PfdMapInset.tsx:192


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

AbstractPfdInset.getContext

Defined in

src/sdk/components/FSComponent.ts:106


onAfterRender

onAfterRender(): void

A callback that is called after the component is rendered.

Returns

void

Overrides

AbstractPfdInset.onAfterRender

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/GduDisplay/Gdu460/PfdInstruments/Inset/Insets/PfdMapInset/PfdMapInset.tsx:118


onBeforeRender

onBeforeRender(): void

A callback that is called before the component is rendered.

Returns

void

Inherited from

AbstractPfdInset.onBeforeRender

Defined in

src/sdk/components/FSComponent.ts:80


onClose

onClose(): void

Responds to when this inset is closed.

Returns

void

Overrides

AbstractPfdInset.onClose

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/GduDisplay/Gdu460/PfdInstruments/Inset/Insets/PfdMapInset/PfdMapInset.tsx:137


onOpen

onOpen(sizeMode, dimensions): void

Responds to when this inset is opened.

Parameters

NameTypeDescription
sizeModePfdInsetSizeModeThe new size mode of this view's container.
dimensionsReadonly<Omit<Float64Array, "set" | "sort" | "copyWithin">>The new dimensions of this view's container, as [width, height] in pixels.

Returns

void

Overrides

AbstractPfdInset.onOpen

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/GduDisplay/Gdu460/PfdInstruments/Inset/Insets/PfdMapInset/PfdMapInset.tsx:129


onResize

onResize(sizeMode, dimensions): void

Responds when this inset's container is resized while it is open.

Parameters

NameTypeDescription
sizeModePfdInsetSizeModeThe new size mode of this inset's container.
dimensionsReadonly<Omit<Float64Array, "set" | "sort" | "copyWithin">>The new dimensions of this inset's container, as [width, height] in pixels.

Returns

void

Overrides

AbstractPfdInset.onResize

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/GduDisplay/Gdu460/PfdInstruments/Inset/Insets/PfdMapInset/PfdMapInset.tsx:142


onUpdate

onUpdate(time): void

Called every update cycle.

Parameters

NameTypeDescription
timenumberThe current real (operating system) time, as a Javascript timestamp.

Returns

void

Overrides

AbstractPfdInset.onUpdate

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/GduDisplay/Gdu460/PfdInstruments/Inset/Insets/PfdMapInset/PfdMapInset.tsx:148


render

render(): VNode

Renders the component.

Returns

VNode

A JSX element to be rendered.

Overrides

AbstractPfdInset.render

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/GduDisplay/Gdu460/PfdInstruments/Inset/Insets/PfdMapInset/PfdMapInset.tsx:179