Skip to main content
AndrewK
Helper ⭐️
August 31, 2026
Question

How does the sdk observeElement work

  • August 31, 2026
  • 0 replies
  • 11 views

In the docs it says it uses a mutation observer under the hood and disconnects when the element loads. API Reference | CC Developer Portal 

I notice some elements re-render repeatedly shaking loose event handlers and updates previously made. Does observeElement take this into account? Also is there any way to do this for multiple elements like a querySelectorAll version of this?

 

Thanks!