Interface: ChartsPaneViewProps
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ChartsPane/ChartsPaneView.tsx:26
Component props for ChartsPaneView.
Extends
Properties
chartsConfig
chartsConfig:
G3000ChartsConfig
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ChartsPane/ChartsPaneView.tsx:34
A configuration object defining options for electronic charts.
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
dataProviderFactory()
dataProviderFactory: () =>
ChartsPaneViewDataProvider
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ChartsPane/ChartsPaneView.tsx:31
A function that creates a data provider for the pane view.
Returns
A new data provider for the pane view.
halfSizeOnly?
optional
halfSizeOnly:boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/DisplayPanes/DisplayPaneView.ts:14
Whether the view can only be displayed in half-size panes.
Inherited from
DisplayPaneViewProps
.halfSizeOnly
index
index:
DisplayPaneIndex
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/DisplayPanes/DisplayPaneView.ts:11
The index of the view's parent pane.
Inherited from
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.