layout.setCellContent
Set HTML content for a grid cell in Circuitry's visual workflow platform to display custom data or components within structured layouts.
Instructions
Set HTML content for a grid cell. Use html.create for more complex components.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layoutId | Yes | Grid layout ID or name | |
| cellIndex | Yes | Cell index (0-based) | |
| html | Yes | HTML content for the cell | |
| css | No | Optional CSS for the content |