Interface: GtcViewStackContainer
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcService.tsx:54
A container for a GTC view stack.
Methods
renderView()
renderView(
view
):void
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcService.tsx:65
Renders a view into this container.
Parameters
Parameter | Type | Description |
---|---|---|
view | VNode | A GTC view, as a VNode. |
Returns
void
setVisible()
setVisible(
visible
):void
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcService.tsx:59
Sets the visibility of this container.
Parameters
Parameter | Type | Description |
---|---|---|
visible | boolean | Whether this container is visible. |
Returns
void