useHistoryAPI
The navigation mode for the application.
useHistoryAPI: boolean;
Notes
- Set to true to use the DOM History API for navigation.
- Defaults to false, which uses location hashes (e.g.,
#/page).
Related
class WebContextOptions
A class that contains configuration options for the web handler.
