Interface: GtcViewProps
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:12
Component props for GtcView.
Extends
ComponentProps
Extended by
GtcNearestTabProps
GtcAirwaySelectionDialogProps
GtcDuplicateWaypointDialogProps
GtcFindDialogProps
GtcFmsSpeedDialogProps
GtcKeyboardDialogProps
GtcMinimumsSourceDialogProps
GtcSpeedConstraintDialogProps
GtcUserWaypointDialogProps
GtcWaypointDialogProps
GtcGenericViewProps
GtcAvionicsSettingsPageProps
GtcChecklistOptionsPopupProps
GtcChecklistPageProps
GtcDirectToPageProps
GtcDirectToPageWaypointTabProps
GtcFlapSpeedsProps
GtcFlightPlanOptionsPopupProps
FlightPlanPageProps
GtcHoldPageProps
GtcMapDetailSettingsPopupProps
GtcMapNexradSettingsPopupProps
GtcMapSettingsPageProps
GtcMapTerrainSettingsPopupProps
GtcMapTrafficSettingsPopupProps
GtcPfdMapSettingsPageProps
GtcMfdHomePageProps
GtcMinimumsPageProps
GtcAudioRadiosPopupProps
GtcNavComHomeProps
GtcTransponderDialogProps
GtcNearestAirportOptionsPopupProps
GtcNearestWaypointOptionsPopupProps
GtcNearestWaypointPageProps
GtcPerfPageProps
GtcPfdHomePageProps
GtcPfdSettingsPageProps
GtcApproachMinimumsPopupProps
GtcProcedureSelectionPageProps
GtcSpeedBugsPageProps
GtcTerrainSettingsPageProps
GtcToldConfigDefaultsPopupProps
GtcToldDataPageProps
GtcTrafficSettingsPageProps
GtcUtilitiesMinimumsPopupProps
GtcUtilitiesPageProps
GtcUserWaypointInfoOptionsPopupProps
GtcWaypointInfoOptionsPopupProps
GtcWaypointInfoPageProps
GtcWeatherRadarSettingsPageProps
GtcWeatherSelectionPageProps
GtcWeightBalanceConfigPageProps
GtcWeightBalancePageProps
GtcWeightFuelPageProps
GtcMapPointerControlPopupProps
Properties
children?
optional
children:DisplayChildren
[]
Defined in: sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
ComponentProps.children
controlMode
controlMode:
GtcControlMode
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:17
The GTC control mode to which the view belongs.
displayPaneIndex?
optional
displayPaneIndex:ControllableDisplayPaneIndex
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:26
The index of the display pane associated with the view, or undefined
if the view is not associated with any
display pane.
gtcService
gtcService:
GtcService
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:14
The GtcService instance.
isInOverlayStack?
optional
isInOverlayStack:boolean
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:20
Whether the view belongs to its GTC control mode's overlay view stack.
ref?
optional
ref:NodeReference
<any
>
Defined in: sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref