blockly > Menu > render

Creates the menu DOM.

Signature:

render(container: Element): HTMLDivElement;

Parameters

Parameter Type Description
container Element Element upon which to append this menu.

Returns:

HTMLDivElement

The menu's root DOM element.