Skip to main content

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

ParameterTypeDescription
viewVNodeA 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

ParameterTypeDescription
visiblebooleanWhether this container is visible.

Returns

void