ReadonlybranchA sequence of routes connecting the root route to the resolved leaf route. The root route comes first, and the leaf route comes last.
ReadonlyresultThe result of the current resolution. It is an object returned by the URLPattern#exec method.
ReadonlyrouterThe router instance.
ReadonlyurlThe URL being resolved.
Converts a number to a string by using the current or specified locale.
Optionallocales: 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.
Optionaloptions: NumberFormatOptionsAn object that contains one or more properties that specify comparison options.
Returns a date converted to a string using the current locale.
Optionaloptions: NumberFormatOptionsOptionaloptions: NumberFormatOptions & DateTimeFormatOptionsReadonlynext
Describes a context of the router specific for each resolution.