gridstack_get_grid_items
Retrieve all items from a GridStack dashboard layout, with option to filter for visible items only.
Instructions
Get all grid items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| onlyVisible | No | Only return visible items |
Input Schema (JSON Schema)
{
"properties": {
"onlyVisible": {
"default": false,
"description": "Only return visible items",
"type": "boolean"
}
},
"type": "object"
}