Class: PosSummaryPage
The Position Summary Page component.
Hierarchy
↳
PosSummaryPage
Constructors
constructor
• new PosSummaryPage(props
): PosSummaryPage
Creates an instance of a DisplayComponent.
Parameters
Name | Type | Description |
---|---|---|
props | MfdTextPageProps | The propertis of the component. |
Returns
Inherited from
MfdTextPageComponent.constructor
Defined in
sdk/components/FSComponent.ts:73
Properties
context
• Optional
context: [] = undefined
The context on this component, if any.
Inherited from
Defined in
sdk/components/FSComponent.ts:64
contextType
• Optional
Readonly
contextType: readonly [] = undefined
The type of context for this component, if any.
Inherited from
MfdTextPageComponent.contextType
Defined in
sdk/components/FSComponent.ts:67
pageContainerDivRef
• Protected
Readonly
pageContainerDivRef: NodeReference
<HTMLDivElement
>
Inherited from
MfdTextPageComponent.pageContainerDivRef
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/Components/Pages/MfdTextPageComponent.tsx:22
props
• props: MfdTextPageProps
& ComponentProps
The properties of the component.
Inherited from
Defined in
sdk/components/FSComponent.ts:61
Methods
destroy
▸ destroy(): void
Destroys this component.
Returns
void
Inherited from
Defined in
sdk/components/FSComponent.ts:98
getContext
▸ getContext(context
): never
Gets a context data subscription from the context collection.
Parameters
Name | 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
MfdTextPageComponent.getContext
Defined in
sdk/components/FSComponent.ts:106
hide
▸ hide(): void
Hides the page
Returns
void
Inherited from
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/Components/Pages/MfdTextPageComponent.tsx:36
onAfterRender
▸ onAfterRender(node
): void
Parameters
Name | Type |
---|---|
node | VNode |
Returns
void
Inherit Doc
Inherited from
MfdTextPageComponent.onAfterRender
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/Components/Pages/MfdTextPageComponent.tsx:41
onBeforeRender
▸ onBeforeRender(): void
A callback that is called before the component is rendered.
Returns
void
Inherited from
MfdTextPageComponent.onBeforeRender
Defined in
sdk/components/FSComponent.ts:80
render
▸ render(): VNode
Renders the component.
Returns
VNode
A JSX element to be rendered.
Overrides
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/Components/Pages/PosSummaryPage.tsx:13
show
▸ show(): void
Shows the page
Returns
void
Inherited from
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/Components/Pages/MfdTextPageComponent.tsx:29