update_element
Modify Excalidraw elements such as shapes, text, and lines by updating properties like position, size, color, stroke, and opacity using MCP Server's structured API.
Instructions
Update an existing Excalidraw element
Input Schema
Name | Required | Description | Default |
---|---|---|---|
backgroundColor | No | ||
fontFamily | No | ||
fontSize | No | ||
height | No | ||
id | Yes | ||
opacity | No | ||
roughness | No | ||
strokeColor | No | ||
strokeWidth | No | ||
text | No | ||
type | No | ||
width | No | ||
x | No | ||
y | No |