MatchResult | @uirouter/core
Options
Menu

Interface MatchResult

A UrlRule match result

The result of UrlRouter.match()

Hierarchy

  • MatchResult

Index

Properties

Properties

match: any

The matched value from a UrlRule

The matched value from a UrlRule

rule: UrlRule

The rule that matched

The rule that matched

weight: number

The match result weight

The match result weight

Generated using TypeDoc