Trevor Sullivan
Trevor Sullivan17mo ago

How can I trigger a refresh of an HTML component after executing a back-end script?

I have a button that triggers a background script. After the script completes successfully, I want to trigger a refresh of the HTML component, to reload its children's content. How can I accomplish this?
2 Replies
Trevor Sullivan
Trevor SullivanOP17mo ago
I think I want the recompute() function ... let me try
Sindre
Sindre17mo ago
yes, recompute is the correct tool 👍