gridstack_destroy
Remove a grid instance and optionally delete its DOM elements to clean up dashboard layouts and free system resources when no longer needed.
Instructions
Destroy the grid instance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| removeDOM | No | Remove DOM elements |
Input Schema (JSON Schema)
{
"properties": {
"removeDOM": {
"default": false,
"description": "Remove DOM elements",
"type": "boolean"
}
},
"type": "object"
}