Remix
Remix
remix/route-pattern · TypeView Source

Match

Summary

Successful pattern match paired with matcher-specific data.

Signature

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