ungroup_elements
Ungroup elements in an Excalidraw diagram by specifying the group ID, enabling individual editing or reorganization of diagram components.
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"
}