UrlRuleMatchFn | @uirouter/core
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

  • 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.

    Parameters

    Returns any

    :

    the matched value, either truthy or falsey


Generated using TypeDoc