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
Parameter | Type | Description |
---|---|---|
fieldInfo | Icon | Field | The rendering information for the field or icon. |
Returns:
void