UI-Router
About
Tutorials
Guide
API Docs
Resources
Blog
StateMatcher | @uirouter/core
Search
Preparing search index...
The search index is not available
@uirouter/core
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@uirouter/core
"state/stateMatcher"
StateMatcher
Class StateMatcher
Hierarchy
StateMatcher
Index
Constructors
constructor
Methods
find
is
Relative
resolve
Path
Constructors
constructor
new
State
Matcher
(
_states
:
{}
)
:
StateMatcher
Parameters
_states:
{}
[
key:
string
]:
StateObject
Returns
StateMatcher
Methods
find
find
(
stateOrName
:
StateOrName
, base
?:
StateOrName
, matchGlob
?:
boolean
)
:
StateObject
Parameters
stateOrName:
StateOrName
Optional
base:
StateOrName
Default value
matchGlob:
boolean
= true
Returns
StateObject
is
Relative
is
Relative
(
stateName
:
string
)
:
boolean
Parameters
stateName:
string
Returns
boolean
resolve
Path
resolve
Path
(
name
:
string
, base
:
StateOrName
)
:
string
Parameters
name:
string
base:
StateOrName
Returns
string
UIRouter
Services
State
Service
State
Registry
Transition
Service
Url
Service
Url
Config
Url
Rules
Other
Transition
Trace
State
Matcher
constructor
find
is
Relative
resolve
Path
Generated using
TypeDoc