gridstack_float
Control floating behavior for widgets in GridStack dashboards. Enable or disable floating mode to allow widgets to move freely across grid cells for flexible layout arrangements.
Instructions
Enable or disable floating widgets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| val | No | Enable floating (true) or disable (false) |
Input Schema (JSON Schema)
{
"properties": {
"val": {
"description": "Enable floating (true) or disable (false)",
"type": "boolean"
}
},
"type": "object"
}