Match

View Source

Summary

Successful pattern match paired with matcher-specific data.

Signature

type Match<source, data> = RoutePatternMatch<source> & { data: data };