lynx: reload() static method
Reloads the current page, like the Refresh button.
Syntax
Parameters
value
The new initial data the page reloading uses.
callback
The callback function when page reloading finishes.
Return Value
None(undefined).
Notices
- The
lynx.reload()method will not trigger the frontendDataProcessorfunction; __globalProps,SystemInfoand JS global variables will remain unchanged;lynx.reload()will trigger thecomponentWillUnmount/onDetachcallbacks of all current frontend components; and recreate new custom components.
Compatibility
LCD tables only load in the browser