blockly > WidgetDiv > getDiv

WidgetDiv.getDiv() function

Returns the HTML container for editor widgets.

Signature:

export declare function getDiv(): HTMLDivElement | null;

Returns:

HTMLDivElement | null

The editor widget container.