map_add_sticky
Add a sticky note to a network diagram map. Specify text, optional coordinates and color, and receive the new sticky's ID.
Instructions
Add a sticky note to the map. Returns the new sticky id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Canvas X position (optional) | |
| y | No | Canvas Y position (optional) | |
| text | Yes | Note text | |
| color | No | Hex color, e.g. #fbbf24 (optional) |