How to use Content Reload?

Just installed Beta 18, how do we use this?

Do we still have to put a custom js call?

document.querySelector("#content").dmxComponent._reload();

Or should content appear as a target element when setting an "on click" button action? I was trying to test by adding a button, and assuming there would be a content -> reload when setting the on click action but content doesn't appear as a choice.

Screenshot 2025-02-28 at 5.45.09 AM

-Twitch

There is no UI for it.
I have used it on a button click like so: dmx-on:click="content.reload()"
You can also make use of static click event and set the JS code.

Cool, thanks @sid