Skip to content
🚀 Rapid Application Development with the App Builder

onAppClose

When an application closes, developers can perform custom actions using the onAppClose hook.

Parameters

None

Return Value

None

✨ Simple Example of a onAppClose hook

js
(() => {
    wpda.log.info("Closing products app...")
    delete window.MyVariable
})