> For the complete documentation index, see [llms.txt](https://mobius-studios.gitbook.io/selectable/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mobius-studios.gitbook.io/selectable/api/events/destroyed.md).

# destroyed

Fires when the instance is destroyed.

***

```javascript
selectable.on("destroyed", function() {
    //
});
```
