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