Preparing search index...
The search index is not available
React Router API Reference
React Router API Reference
@react-router/node
RequestListenerOptions
Interface RequestListenerOptions
interface
RequestListenerOptions
{
build
:
ServerBuild
|
(
(
)
=>
ServerBuild
|
Promise
<
ServerBuild
>
)
;
getLoadContext
?:
(
(
request
:
Request
,
client
:
ClientAddress
)
=>
AppLoadContext
|
Promise
<
AppLoadContext
>
)
;
mode
?:
string
;
}
Index
Properties
build
get
Load
Context?
mode?
Properties
build
build
:
ServerBuild
|
(
(
)
=>
ServerBuild
|
Promise
<
ServerBuild
>
)
Optional
get
Load
Context
get
Load
Context
?:
(
(
request
:
Request
,
client
:
ClientAddress
)
=>
AppLoadContext
|
Promise
<
AppLoadContext
>
)
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...