UrlRuleMatchFn | ui-router-react
Options
Menu

Interface UrlRuleMatchFn

A function that matches the URL for a UrlRule

Implementations should match against the provided UrlParts and return the matched value (truthy) if the rule matches. If this rule is selected, the matched value is passed to the UrlRuleHandlerFn.

Hierarchy

  • UrlRuleMatchFn

Callable

Generated using TypeDoc