Interface: TerrainSettingsDisplayProps
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/Terrain/TerrainSettingsDisplay.tsx:16
Component props for TerrainSettingsDisplay.
Extends
ComponentProps
Properties
children?
optional
children:DisplayChildren
[]
Defined in: sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
ComponentProps.children
gtcService
gtcService:
GtcService
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/Terrain/TerrainSettingsDisplay.tsx:18
The GTC service.
ref?
optional
ref:NodeReference
<any
>
Defined in: sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref
terrainConfig
terrainConfig:
TerrainSystemConfig
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/Terrain/TerrainSettingsDisplay.tsx:21
A terrain system config object.
terrainSystemStateDataProvider
terrainSystemStateDataProvider:
TerrainSystemStateDataProvider
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/Terrain/TerrainSettingsDisplay.tsx:24
A provider of terrain system state data.