Function: getParentContainer()
function getParentContainer(workspace?): Element | null;
Defined in: packages/blockly/core/common.ts:167
Get the container element in which to render the WidgetDiv, DropDownDiv and Tooltip.
Parameters
| Parameter | Type |
|---|---|
workspace | Workspace |
Returns
Element | null
The parent container.