Global Functions
Global functions in Appsmith enable you to trigger various actions for widget events and within JS Objects. These functions allow you to navigate to other pages, display alert messages, open or close modals, and manage data in local storage, among other capabilities.
Browse this section to learn about the different actions you can trigger on Appsmith.
Clears a previously set interval, stopping the specified repeated action.
Clears all stored values, effectively resetting the local storage state.
Closes an open Modal widget.
Copies text to the clipboard.
Navigates to a different page or URL.
Posts a message to another window.
Resets a widget to its default state.
Sets a recurring interval.
Removes a message listener from another window.
Listens for messages from another window.