UrlCreationOptions
interface
Options that modify the Router
URL.
Supply an object containing any of these properties to a Router
navigation function to
control how the target URL should be constructed.
API
interface UrlCreationOptions { preserveFragment?: boolean;}}
Jump to details