Web context
- function useWebContext(config?)Clears the current global app context and initializes a web context.
- type WebContextType definition for the global app context with web-specific render and activity contexts, set by the useWebContext function.
- class WebContextOptionsA class that contains options for the web context.
- class WebThemeThe base web context theme.
- class DialogStylesA class that defines the styles for the default modal dialog view.
- class ModalMenuStylesA class that defines the styles for the default modal menu view.
- class MessageDialogStylesA class that defines the styles for the default modal message dialog view.
- class WebHistoryNavigationControllerA class that manages the application navigation path using the DOM history API.
- class WebHashNavigationControllerA class that manages the application navigation path using the DOM location ‘hash’ value.