ui.Interface.getContainer
Get the parent container of the current program.
Important: The Window Container Interface is a desktop application
feature (for GDC), and is not supported on other front-ends (web and mobile).
Syntax
ui.Interface.getContainer()
RETURNS STRING
Usage
The ui.Interface.getContainer()
class method returns the name of the
parent WCI container defined with ui.Interface.setContainer()
.