Class: BottomInfoPanel
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/BottomInfoPanel.tsx:100
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.
Extends
DisplayComponent
<BottomInfoPanelProps
>
Constructors
Constructor
new BottomInfoPanel(
props
):BottomInfoPanel
Defined in: sdk/components/FSComponent.ts:73
Creates an instance of a DisplayComponent.
Parameters
Parameter | Type | Description |
---|---|---|
props | BottomInfoPanelProps | The propertis of the component. |
Returns
BottomInfoPanel
Inherited from
DisplayComponent<BottomInfoPanelProps>.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:
BottomInfoPanelProps
&ComponentProps
Defined in: sdk/components/FSComponent.ts:61
The properties of the component.
Inherited from
DisplayComponent.props
Methods
destroy()
destroy():
void
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/BottomInfoPanel.tsx:379
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
Parameter | Type | Description |
---|---|---|
context | never | The 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
onAfterRender()
onAfterRender(
thisNode
):void
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/BottomInfoPanel.tsx:146
Parameters
Parameter | Type |
---|---|
thisNode | VNode |
Returns
void
Inherit Doc
Overrides
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
render()
render():
VNode
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/BottomInfoPanel.tsx:159
Returns
VNode
Inherit Doc
Overrides
DisplayComponent.render