|
394 | 394 | "editUrl": "https://github.com/QwikDev/qwik/tree/main/packages/qwik-router/src/runtime/src/types.ts", |
395 | 395 | "mdFile": "router.getvalidatortype.md" |
396 | 396 | }, |
| 397 | + { |
| 398 | + "name": "globalAction", |
| 399 | + "id": "globalaction", |
| 400 | + "hierarchy": [ |
| 401 | + { |
| 402 | + "name": "globalAction", |
| 403 | + "id": "globalaction" |
| 404 | + } |
| 405 | + ], |
| 406 | + "kind": "Variable", |
| 407 | + "content": "```typescript\nglobalAction: ActionConstructor & ActionConstructorQRL\n```", |
| 408 | + "editUrl": "https://github.com/QwikDev/qwik/tree/main/packages/qwik-router/src/runtime/src/server-functions.ts", |
| 409 | + "mdFile": "router.globalaction.md" |
| 410 | + }, |
397 | 411 | { |
398 | 412 | "name": "globalAction$", |
399 | 413 | "id": "globalaction_", |
|
842 | 856 | "editUrl": "https://github.com/QwikDev/qwik/tree/main/packages/qwik-router/src/runtime/src/types.ts", |
843 | 857 | "mdFile": "router.resolveddocumenthead.md" |
844 | 858 | }, |
| 859 | + { |
| 860 | + "name": "routeAction", |
| 861 | + "id": "routeaction", |
| 862 | + "hierarchy": [ |
| 863 | + { |
| 864 | + "name": "routeAction", |
| 865 | + "id": "routeaction" |
| 866 | + } |
| 867 | + ], |
| 868 | + "kind": "Variable", |
| 869 | + "content": "```typescript\nrouteAction: ActionConstructor & ActionConstructorQRL\n```", |
| 870 | + "editUrl": "https://github.com/QwikDev/qwik/tree/main/packages/qwik-router/src/runtime/src/server-functions.ts", |
| 871 | + "mdFile": "router.routeaction.md" |
| 872 | + }, |
845 | 873 | { |
846 | 874 | "name": "routeAction$", |
847 | 875 | "id": "routeaction_", |
|
898 | 926 | "editUrl": "https://github.com/QwikDev/qwik/tree/main/packages/qwik-router/src/runtime/src/types.ts", |
899 | 927 | "mdFile": "router.routedata.md" |
900 | 928 | }, |
| 929 | + { |
| 930 | + "name": "routeLoader", |
| 931 | + "id": "routeloader", |
| 932 | + "hierarchy": [ |
| 933 | + { |
| 934 | + "name": "routeLoader", |
| 935 | + "id": "routeloader" |
| 936 | + } |
| 937 | + ], |
| 938 | + "kind": "Variable", |
| 939 | + "content": "```typescript\nrouteLoader: LoaderConstructor & LoaderConstructorQRL\n```", |
| 940 | + "editUrl": "https://github.com/QwikDev/qwik/tree/main/packages/qwik-router/src/runtime/src/server-functions.ts", |
| 941 | + "mdFile": "router.routeloader.md" |
| 942 | + }, |
901 | 943 | { |
902 | 944 | "name": "routeLoader$", |
903 | 945 | "id": "routeloader_", |
|
954 | 996 | "editUrl": "https://github.com/QwikDev/qwik/tree/main/packages/qwik-router/src/runtime/src/router-outlet-component.tsx", |
955 | 997 | "mdFile": "router.routeroutlet.md" |
956 | 998 | }, |
| 999 | + { |
| 1000 | + "name": "server", |
| 1001 | + "id": "server", |
| 1002 | + "hierarchy": [ |
| 1003 | + { |
| 1004 | + "name": "server", |
| 1005 | + "id": "server" |
| 1006 | + } |
| 1007 | + ], |
| 1008 | + "kind": "Function", |
| 1009 | + "content": "```typescript\nserver: <T extends ServerFunction>(fn: T | QRL<T>, options?: ServerConfig) => ServerQRL<T>\n```\n\n\n<table><thead><tr><th>\n\nParameter\n\n\n</th><th>\n\nType\n\n\n</th><th>\n\nDescription\n\n\n</th></tr></thead>\n<tbody><tr><td>\n\nfn\n\n\n</td><td>\n\nT \\| QRL<T>\n\n\n</td><td>\n\n\n</td></tr>\n<tr><td>\n\noptions\n\n\n</td><td>\n\nServerConfig\n\n\n</td><td>\n\n_(Optional)_\n\n\n</td></tr>\n</tbody></table>\n\n**Returns:**\n\n[ServerQRL](#serverqrl)<!-- --><T>", |
| 1010 | + "editUrl": "https://github.com/QwikDev/qwik/tree/main/packages/qwik-router/src/runtime/src/server-functions.ts", |
| 1011 | + "mdFile": "router.server.md" |
| 1012 | + }, |
957 | 1013 | { |
958 | 1014 | "name": "server$", |
959 | 1015 | "id": "server_", |
|
1164 | 1220 | "editUrl": "https://github.com/QwikDev/qwik/tree/main/packages/qwik-router/src/runtime/src/use-functions.ts", |
1165 | 1221 | "mdFile": "router.usenavigate.md" |
1166 | 1222 | }, |
| 1223 | + { |
| 1224 | + "name": "usePreventNavigate", |
| 1225 | + "id": "usepreventnavigate", |
| 1226 | + "hierarchy": [ |
| 1227 | + { |
| 1228 | + "name": "usePreventNavigate", |
| 1229 | + "id": "usepreventnavigate" |
| 1230 | + } |
| 1231 | + ], |
| 1232 | + "kind": "Function", |
| 1233 | + "content": "```typescript\nusePreventNavigate: (fn: PreventNavigateCallback | QRL<PreventNavigateCallback>) => void\n```\n\n\n<table><thead><tr><th>\n\nParameter\n\n\n</th><th>\n\nType\n\n\n</th><th>\n\nDescription\n\n\n</th></tr></thead>\n<tbody><tr><td>\n\nfn\n\n\n</td><td>\n\n[PreventNavigateCallback](#preventnavigatecallback) \\| QRL<[PreventNavigateCallback](#preventnavigatecallback)<!-- -->>\n\n\n</td><td>\n\n\n</td></tr>\n</tbody></table>\n\n**Returns:**\n\nvoid", |
| 1234 | + "editUrl": "https://github.com/QwikDev/qwik/tree/main/packages/qwik-router/src/runtime/src/use-functions.ts", |
| 1235 | + "mdFile": "router.usepreventnavigate.md" |
| 1236 | + }, |
1167 | 1237 | { |
1168 | 1238 | "name": "usePreventNavigate$", |
1169 | 1239 | "id": "usepreventnavigate_", |
|
1192 | 1262 | "editUrl": "https://github.com/QwikDev/qwik/tree/main/packages/qwik-router/src/runtime/src/qwik-router-component.tsx", |
1193 | 1263 | "mdFile": "router.useqwikrouter.md" |
1194 | 1264 | }, |
| 1265 | + { |
| 1266 | + "name": "valibot", |
| 1267 | + "id": "valibot", |
| 1268 | + "hierarchy": [ |
| 1269 | + { |
| 1270 | + "name": "valibot", |
| 1271 | + "id": "valibot" |
| 1272 | + } |
| 1273 | + ], |
| 1274 | + "kind": "Variable", |
| 1275 | + "content": "> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.\n> \n\n\n\n```typescript\nvalibot: ValibotConstructor & ValibotConstructorQRL\n```", |
| 1276 | + "editUrl": "https://github.com/QwikDev/qwik/tree/main/packages/qwik-router/src/runtime/src/server-functions.ts", |
| 1277 | + "mdFile": "router.valibot.md" |
| 1278 | + }, |
1195 | 1279 | { |
1196 | 1280 | "name": "valibot$", |
1197 | 1281 | "id": "valibot_", |
|
1206 | 1290 | "editUrl": "https://github.com/QwikDev/qwik/tree/main/packages/qwik-router/src/runtime/src/server-functions.ts", |
1207 | 1291 | "mdFile": "router.valibot_.md" |
1208 | 1292 | }, |
| 1293 | + { |
| 1294 | + "name": "validator", |
| 1295 | + "id": "validator", |
| 1296 | + "hierarchy": [ |
| 1297 | + { |
| 1298 | + "name": "validator", |
| 1299 | + "id": "validator" |
| 1300 | + } |
| 1301 | + ], |
| 1302 | + "kind": "Variable", |
| 1303 | + "content": "```typescript\nvalidator: ValidatorConstructor & ValidatorConstructorQRL\n```", |
| 1304 | + "editUrl": "https://github.com/QwikDev/qwik/tree/main/packages/qwik-router/src/runtime/src/server-functions.ts", |
| 1305 | + "mdFile": "router.validator.md" |
| 1306 | + }, |
1209 | 1307 | { |
1210 | 1308 | "name": "validator$", |
1211 | 1309 | "id": "validator_", |
|
1262 | 1360 | "editUrl": "https://github.com/QwikDev/qwik/tree/main/packages/qwik-router/src/runtime/src/types.ts", |
1263 | 1361 | "mdFile": "router.validatorreturn.md" |
1264 | 1362 | }, |
| 1363 | + { |
| 1364 | + "name": "zod", |
| 1365 | + "id": "zod", |
| 1366 | + "hierarchy": [ |
| 1367 | + { |
| 1368 | + "name": "zod", |
| 1369 | + "id": "zod" |
| 1370 | + } |
| 1371 | + ], |
| 1372 | + "kind": "Variable", |
| 1373 | + "content": "```typescript\nzod: ZodConstructor & ZodConstructorQRL\n```", |
| 1374 | + "editUrl": "https://github.com/QwikDev/qwik/tree/main/packages/qwik-router/src/runtime/src/server-functions.ts", |
| 1375 | + "mdFile": "router.zod.md" |
| 1376 | + }, |
1265 | 1377 | { |
1266 | 1378 | "name": "zod$", |
1267 | 1379 | "id": "zod_", |
|
0 commit comments