React Router API Reference
Preparing search index...
@react-router/cloudflare
createPagesFunctionHandlerParams
Interface createPagesFunctionHandlerParams<Env>
interface
createPagesFunctionHandlerParams
<
Env
=
any
>
{
build
:
ServerBuild
|
(
()
=>
ServerBuild
|
Promise
<
ServerBuild
>
)
;
getLoadContext
:
GetLoadContextFunction
<
Env
>
;
mode
?:
string
;
}
Type Parameters
Env
=
any
Index
Properties
build
get
Load
Context
mode?
Properties
build
build
:
ServerBuild
|
(
()
=>
ServerBuild
|
Promise
<
ServerBuild
>
)
get
Load
Context
getLoadContext
:
GetLoadContextFunction
<
Env
>
Optional
mode
mode
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
build
get
Load
Context
mode
React Router API Reference
Loading...