group_elements
Group multiple elements in Excalidraw diagrams by specifying their IDs for better organization and structure within the drawing interface.
Instructions
Group multiple elements together
Input Schema
Name | Required | Description | Default |
---|---|---|---|
elementIds | Yes |
Input Schema (JSON Schema)
{
"properties": {
"elementIds": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"elementIds"
],
"type": "object"
}