Stay organized with collections
Save and categorize content based on your preferences.
blockly > WidgetDiv > getDiv
Returns the HTML container for editor widgets.
Signature:
export declare function getDiv(): HTMLDivElement | null;
Returns:
HTMLDivElement | null
The editor widget container.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003e\u003ccode\u003egetDiv()\u003c/code\u003e retrieves the HTML container specifically designated for editor widgets within Blockly.\u003c/p\u003e\n"],["\u003cp\u003eThis function returns an HTMLDivElement or null, representing the editor widget container or indicating its absence.\u003c/p\u003e\n"]]],[],null,["[blockly](./blockly.md) \\\u003e [WidgetDiv](./blockly.widgetdiv_namespace.md) \\\u003e [getDiv](./blockly.widgetdiv_namespace.getdiv_1_function.md)\n\nWidgetDiv.getDiv() function\n---------------------------\n\nReturns the HTML container for editor widgets.\n\n**Signature:** \n\n export declare function getDiv(): HTMLDivElement | null;\n\n**Returns:**\n\nHTMLDivElement \\| null\n\nThe editor widget container."]]