MCPcopy
hub / github.com/alibaba/ice / LoaderData

Interface LoaderData

packages/runtime/src/routes.tsx:126–129  ·  view source on GitHub ↗

* Create loader function for route module.

Source from the content-addressed store, hash-verified

124 * Create loader function for route module.
125 */
126interface LoaderData {
127 data?: any;
128 pageConfig?: any;
129}
130
131export interface RouteLoaderOptions {
132 routeId: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected