insertHistory
The history insertion mode for direct navigation to pages or detail paths.
insertHistory: boolean | "root" | "first";
Notes
- Setting the history insertion mode allows users to navigate back within the application even if they opened a sub path directly.
- Set to true or
"first"to insert the first parth of the path into history when navigating directly to a longer path (e.g./first/second/thirdinserts/first). - Set to
"root"to also insert the root path into history (e.g./first/second/thirdinserts/and then/first).
Related
class WebContextOptions
A class that contains configuration options for the web handler.
