Readonly
branchA sequence of routes connecting the root route to the resolved leaf route. The root route comes first, and the leaf route comes last.
Readonly
resultThe result of the current resolution. It is an object returned by the URLPattern#exec method.
Readonly
routerThe router instance.
Readonly
urlThe URL being resolved.
Converts a number to a string by using the current or specified locale.
Optional
locales: string | string[]A locale string or array of locale strings that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used.
Optional
options: NumberFormatOptionsAn object that contains one or more properties that specify comparison options.
Returns a date converted to a string using the current locale.
Optional
options: NumberFormatOptionsOptional
options: NumberFormatOptions & DateTimeFormatOptionsReadonly
next
Describes a context of the router specific for each resolution.