Skip to main content

Interface: GtcViewStackContainer

A container for a GTC view stack.

Methods

renderView

renderView(view): void

Renders a view into this container.

Parameters

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

NameTypeDescription
visiblebooleanWhether this container is visible.

Returns

void

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcService.tsx:57