For the complete documentation index, see llms.txt. This page is also available as Markdown.

reloadUI

Reloading the UI from the acquire object

window.acquire = window.acquire || [];
acquire.push(function(app){
    app.reloadUI();
});

Last updated