Shutdown
Important: Athens (2025.1) introduced fundamental changes to Sketch. API documentation may not be up to date.
This action is triggered when the plugin is unloaded by Sketch.
This can happen in any of these scenarios:
- Your plugin is being disabled
- Your plugin is being uninstalled
- Sketch is shutting down
You can use this action to cleanup your plugin’s data, store any information you want to persist between sessions, etc…
Related Actions
Last update: 2025-06-12 15:49:33 +0000