Skip to main content

Home > blockly > blockRendering > Drawer > layoutField_

blockRendering.Drawer.layoutField_() method

Push a field or icon's new position to its SVG root.

Signature:

protected layoutField_(fieldInfo: Icon | Field): void;

Parameters

ParameterTypeDescription
fieldInfoIcon | FieldThe rendering information for the field or icon.

Returns:

void