blockly > common > getParentContainer

common.getParentContainer() function

Get the container element in which to render the WidgetDiv, DropDownDiv and Tooltip.

Signature:

export declare function getParentContainer(): Element | null;

Returns:

Element | null

The parent container.