blockly > WidgetDiv > getDiv

Função WidgetDiv.getDiv()

Retorna o contêiner HTML dos widgets do editor.

Signature:

export declare function getDiv(): HTMLDivElement | null;

Retorna:

HTMLDivElement | nulo

O contêiner do widget do editor.