new_element
Create a single structurally-valid element node from the builder factory. Modify its style or specials, then add it to a section's children.
Instructions
Build a single structurally-valid element node from the real builder factory. Returns the node — edit its specials/style, then place it in a section's children.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opts | No | Factory opts: { text, src, width, height, style, config, specials, events, bindings, responsive, align }. align = horizontal placement in the grid cell: 'left'|'center'|'right'|'fill' (works on any element; buttons are content-width+centred by default — use align:'fill' to span the column). | |
| type | Yes | Element type (see list_elements) |