Function: getDiv()
function getDiv(): HTMLDivElement | null;
Defined in: packages/blockly/core/widgetdiv.ts:55
Returns the HTML container for editor widgets.
Returns
HTMLDivElement | null
The editor widget container.
function getDiv(): HTMLDivElement | null;
Defined in: packages/blockly/core/widgetdiv.ts:55
Returns the HTML container for editor widgets.
HTMLDivElement | null
The editor widget container.