MapRoutePropertiesFunction
Function provided by the framework-aware layers to set any framework-specific properties from framework-agnostic properties
interface MapRoutePropertiesFunction {
(route: AgnosticRouteObject): {
}hasErrorBoundary: boolean;
} & Record<string, any>;§Call Signatures
§
(route: AgnosticRouteObject): {
[src]hasErrorBoundary: boolean;
} & Record<string, any>