UrlMatcher
Hierarchy
- Matcher<UrlProps, UrlMatcherOptions>
- UrlMatcher
Index
Constructors
constructor
Properties
factory
greedy
inverseName
options
propName
Methods
asTag
createElement
doMatch
Trigger the actual pattern match and package the matched response through a callback.
Type parameters
- T
handleMatches
Package the matched response.
match
onAfterParse
Callback triggered after parsing.
onBeforeParse
Callback triggered before parsing.
Attempts to create a React element using a custom user provided factory, or the default matcher factory.