update_shape
Adjust a shape's position, size, fill, border color, and border width on a Keynote slide.
Instructions
Modifies a shape's position, size, fill colour, border colour, or border width
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | New X position in points | |
| y | No | New Y position in points | |
| width | No | New width in points | |
| height | No | New height in points | |
| fillColor | No | Fill colour as hex, e.g. "#00FF00" | |
| shapeIndex | Yes | 1-based shape index | |
| slideIndex | Yes | 1-based slide index | |
| borderColor | No | Border/stroke colour as hex, e.g. "#000000" | |
| borderWidth | No | Border/stroke width in points |