gridstack_remove_all
Clear all widgets from the grid layout to reset dashboard content or prepare for new widget arrangements. Optionally removes DOM elements for complete cleanup.
Instructions
Remove all widgets from the grid
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| removeDOM | No | Remove DOM elements |
Input Schema (JSON Schema)
{
"properties": {
"removeDOM": {
"default": true,
"description": "Remove DOM elements",
"type": "boolean"
}
},
"type": "object"
}