CanLoadFn
Type Alias
Deprecated
The signature of a function used as a canLoad
guard on a Route
.
API
type CanLoadFn = (route: Route, segments: UrlSegment[]) => MaybeAsync<GuardResult>
Jump to details
The signature of a function used as a canLoad
guard on a Route
.
type CanLoadFn = (route: Route, segments: UrlSegment[]) => MaybeAsync<GuardResult>