unloading
- 1 Minute to read
- DarkLight
unloading
- 1 Minute to read
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
If looking to unload mosaic from the page, simply remove it from the document, and it will be cleaned up automatically:
const m = document.querySelector('syndigo-mosaic')
m.remove() // destroy the mosaic and cleanup it's internals
Was this article helpful?