PagesFunction
PagesFunction<
Env,Params,Data> = (context) =>Response|Promise<Response>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:8484
Type Parameters
Section titled “Type Parameters”Env = unknown
Params
Section titled “Params”Params extends string = any
Data extends Record<string, unknown> = Record<string, unknown>
Parameters
Section titled “Parameters”context
Section titled “context”EventContext<Env, Params, Data>