lock_elements
Prevent modification of specific elements in Excalidraw diagrams by locking them, ensuring controlled and secure diagram editing.
Instructions
Lock elements to prevent modification
Input Schema
Name | Required | Description | Default |
---|---|---|---|
elementIds | Yes |
Input Schema (JSON Schema)
{
"properties": {
"elementIds": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"elementIds"
],
"type": "object"
}