unlock_elements
Enable modification of specific elements in Excalidraw diagrams by unlocking them through structured API requests, facilitating dynamic updates and adjustments.
Instructions
Unlock elements to allow modification
Input Schema
Name | Required | Description | Default |
---|---|---|---|
elementIds | Yes |
Input Schema (JSON Schema)
{
"properties": {
"elementIds": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"elementIds"
],
"type": "object"
}