Skip to content

Instantly share code, notes, and snippets.

@unlocomqx
Created January 14, 2025 17:21
Show Gist options
  • Save unlocomqx/51dd84d05b01363b150f3bd795e55c80 to your computer and use it in GitHub Desktop.
Save unlocomqx/51dd84d05b01363b150f3bd795e55c80 to your computer and use it in GitHub Desktop.
window.dsn_stores.design.subscribe(function (design_data) {
Object.values(design_data.containers).forEach((container) => {
Object.values(container.items).forEach((item) => {
item.subscribe((item_data) => {
console.log(item_data)
})
})
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment