Interface: DisplayPaneViewProps
Properties of DisplayPaneView
Hierarchy
ComponentProps
↳
DisplayPaneViewProps
↳↳
ProcedurePreviewPaneViewProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
halfSizeOnly
• Optional
halfSizeOnly: boolean
Whether the view can only be displayed in half-size panes.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneView.ts:14
index
• index: DisplayPaneIndex
The index of the view's parent pane.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneView.ts:11
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125