ungroup_elements
Separate grouped elements in Excalidraw diagrams by inputting the group ID. Simplify editing and reorganization of individual components within complex visual designs using structured API.
Instructions
Ungroup a group of elements
Input Schema
Name | Required | Description | Default |
---|---|---|---|
groupId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"groupId": {
"type": "string"
}
},
"required": [
"groupId"
],
"type": "object"
}