Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DetectErrorBoundaryFunction

deprecated

Function provided by the framework-aware layers to set hasErrorBoundary from the framework-aware errorElement prop

@deprecated

Use mapRouteProperties instead

interface DetectErrorBoundaryFunction {
(route: AgnosticRouteObject): boolean;
}

§Call Signatures

§
(route: AgnosticRouteObject): boolean
[src]