show_spinner
Show or hide a loading spinner in draw.io to indicate operation progress. Use show=true to start and show=false to finish, with an optional message.
Instructions
Show or hide a loading spinner in the draw.io editor. Use show=true when starting a long operation and show=false when done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| show | Yes | true to show spinner, false to hide | |
| message | No | Message to show with spinner (e.g., "Generating diagram...") |