I was wondering if it’s somehow possible to interact with the DOM in perspective. Via script maybe or some other way.
If anyone has any ideas I’d like to hear them.
I was wondering if it’s somehow possible to interact with the DOM in perspective. Via script maybe or some other way.
If anyone has any ideas I’d like to hear them.
It is deliberately not available. You can write an SDK module to present your own component(s), though, and they can include true client-side scripting.
Fair enough.
The reason I was asking was in fact for a component module I’m working on.
I’ve run into a hyper specific problem where my component won’t rerender when the main datasource changes after removing an item from it.
I thought I might be able to solve it by interacting with the DOM, but to do it from the designer for flexibility reasons.