html.update
Modify HTML components in Circuitry's visual workflow platform by updating specific properties like structure, styling, positioning, or behavior.
Instructions
Update an existing HTML component. Only provided fields will be updated. In Designer mode, operates on currently selected screen - use screen.select first if needed.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Component ID | |
| name | No | New display name | |
| html | No | New HTML structure | |
| css | No | New CSS styles | |
| js | No | New JavaScript | |
| position | No | New position { x, y } | |
| dimensions | No | New size { width, height } | |
| rotation | No | Rotation in degrees | |
| zIndex | No | Z-index for layering | |
| locked | No | Lock from editing | |
| href | No | Link URL or screen target. Use "#screen:ScreenName" for navigation between screens. Set to empty string to remove link. |