Interface: GtcViewStackContainer
A container for a GTC view stack.
Methods
renderView
▸ renderView(view
): void
Renders a view into this container.
Parameters
Name | Type | Description |
---|---|---|
view | VNode | A GTC view, as a VNode. |
Returns
void
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcService.tsx:63
setVisible
▸ setVisible(visible
): void
Sets the visibility of this container.
Parameters
Name | Type | Description |
---|---|---|
visible | boolean | Whether this container is visible. |
Returns
void
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcService.tsx:57