Skip to main content

Class: FlightPlanTextInset

A flight plan text inset for the navigation map pane. Diplays information on up to five flight plan legs and information related to the current VNAV profile.

Hierarchy

Constructors

constructor

new FlightPlanTextInset(props): FlightPlanTextInset

Creates an instance of a DisplayComponent.

Parameters

NameTypeDescription
propsFlightPlanTextInsetPropsThe propertis of the component.

Returns

FlightPlanTextInset

Inherited from

DisplayPaneInsetView<FlightPlanTextInsetProps>.constructor

Defined in

src/sdk/components/FSComponent.ts:73

Properties

context

Optional context: [] = undefined

The context on this component, if any.

Inherited from

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

DisplayPaneInsetView.contextType

Defined in

src/sdk/components/FSComponent.ts:67


isPfd

Readonly isPfd: boolean

Inherited from

DisplayPaneInsetView.isPfd

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneInsetView.ts:15


props

props: FlightPlanTextInsetProps & ComponentProps

The properties of the component.

Inherited from

DisplayPaneInsetView.props

Defined in

src/sdk/components/FSComponent.ts:61

Methods

destroy

destroy(): void

Destroys subs and comps.

Returns

void

Overrides

DisplayPaneInsetView.destroy

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/FlightPlanTextInset/FlightPlanTextInset.tsx:106


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

DisplayPaneInsetView.getContext

Defined in

src/sdk/components/FSComponent.ts:106


onAfterRender

onAfterRender(): void

Returns

void

Inherit Doc

Overrides

DisplayPaneInsetView.onAfterRender

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/FlightPlanTextInset/FlightPlanTextInset.tsx:46


onBeforeRender

onBeforeRender(): void

A callback that is called before the component is rendered.

Returns

void

Inherited from

DisplayPaneInsetView.onBeforeRender

Defined in

src/sdk/components/FSComponent.ts:80


onFlightPlanTextInsetEvent

onFlightPlanTextInsetEvent(event): void

Handles the flight plan text update event.

Parameters

NameTypeDescription
eventFlightPlanTextUpdateDataThe event.

Returns

void

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/FlightPlanTextInset/FlightPlanTextInset.tsx:76


onPause

onPause(): void

Returns

void

Inherit Doc

Overrides

DisplayPaneInsetView.onPause

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/FlightPlanTextInset/FlightPlanTextInset.tsx:61


onResize

onResize(size, width, height): void

Parameters

NameType
sizeDisplayPaneSizeMode
widthnumber
heightnumber

Returns

void

Inherit Doc

Overrides

DisplayPaneInsetView.onResize

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/FlightPlanTextInset/FlightPlanTextInset.tsx:68


onResume

onResume(size, width, height): void

Parameters

NameType
sizeDisplayPaneSizeMode
widthnumber
heightnumber

Returns

void

Inherit Doc

Overrides

DisplayPaneInsetView.onResume

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/FlightPlanTextInset/FlightPlanTextInset.tsx:54


onUpdate

onUpdate(time): void

Called every update cycle.

Parameters

NameTypeDescription
timenumberThe current real (operating system) time, as a UNIX timestamp in milliseconds.

Returns

void

Inherited from

DisplayPaneInsetView.onUpdate

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneInsetView.ts:48


render

render(): VNode

Returns

VNode

Inherit Doc

Overrides

DisplayPaneInsetView.render

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/FlightPlanTextInset/FlightPlanTextInset.tsx:81