remount()
Re-renders output, and relocates existing mounted view output if needed.
remount(): this;
Notes
- Use this method to force a full re-render of all output, e.g. when colors have been updated, or when the current locale/language changes after some views have already been rendered.
Related
class AppContext
A singleton class that represents the global application state.
