Function: getDiv()
function getDiv(): HTMLDivElement | null;
Defined in: packages/blockly/core/tooltip.ts:137
Returns the HTML tooltip container.
Returns
HTMLDivElement | null
The HTML tooltip container.
function getDiv(): HTMLDivElement | null;
Defined in: packages/blockly/core/tooltip.ts:137
Returns the HTML tooltip container.
HTMLDivElement | null
The HTML tooltip container.