Skip to main content

Class: BottomInfoPanel

A G3000 PFD bottom information panel.

The panel consists of five cells, lettered A through E from left to right. Cell C occupies the center of the panel. Cells B and D (on either side of cell C) are only visible when the PFD is in full mode.

Cell A contains some combination of two of the speed, temperature, wind, and time displays. Not all combinations are valid due to space constraints.

Cell B contains either (1) the NAV/DME information display, or (2) nothing if NAV/DME information is rendered in a banner instead.

Cell C contains either (1) the navigation status box, or (2) the bearing info displays if the navigation status box is rendered in a banner instead.

Cell D contains the bearing info displays if cell C contains the navigation status box. If instead the bearing info displays are contained in cell C, cell D contains either (1) the time display, or (2) nothing.

Cell E contains the time display or is empty. If the time display is normally contained in cell D, then cell E will contain the time display when the PFD is in half mode.

Hierarchy

Constructors

constructor

new BottomInfoPanel(props): BottomInfoPanel

Creates an instance of a DisplayComponent.

Parameters

NameTypeDescription
propsBottomInfoPanelPropsThe propertis of the component.

Returns

BottomInfoPanel

Inherited from

DisplayComponent<BottomInfoPanelProps>.constructor

Defined in

src/sdk/components/FSComponent.ts:73

Properties

context

Optional context: [] = undefined

The context on this component, if any.

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.

Inherited from

DisplayComponent.contextType

Defined in

src/sdk/components/FSComponent.ts:67


props

props: BottomInfoPanelProps & ComponentProps

The properties of the component.

Inherited from

DisplayComponent.props

Defined in

src/sdk/components/FSComponent.ts:61

Methods

destroy

destroy(): void

Returns

void

Inherit Doc

Overrides

DisplayComponent.destroy

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/BottomInfoPanel/BottomInfoPanel.tsx:379


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

DisplayComponent.getContext

Defined in

src/sdk/components/FSComponent.ts:106


onAfterRender

onAfterRender(thisNode): void

Parameters

NameType
thisNodeVNode

Returns

void

Inherit Doc

Overrides

DisplayComponent.onAfterRender

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/BottomInfoPanel/BottomInfoPanel.tsx:146


onBeforeRender

onBeforeRender(): void

A callback that is called before the component is rendered.

Returns

void

Inherited from

DisplayComponent.onBeforeRender

Defined in

src/sdk/components/FSComponent.ts:80


render

render(): VNode

Returns

VNode

Inherit Doc

Overrides

DisplayComponent.render

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/BottomInfoPanel/BottomInfoPanel.tsx:159