Preparing search index...
The search index is not available
React Router API Reference
React Router API Reference
react-router
ServerBuild
Interface ServerBuild
The output of the compiler for the server build.
interface
ServerBuild
{
assets
:
UNSAFE_AssetsManifest
;
assetsBuildDirectory
:
string
;
basename
?:
string
;
entry
:
{
module
:
ServerEntryModule
;
}
;
future
:
FutureConfig
;
isSpaMode
:
boolean
;
publicPath
:
string
;
routes
:
ServerRouteManifest
;
}
Index
Properties
assets
assets
Build
Directory
basename?
entry
future
is
Spa
Mode
public
Path
routes
Properties
assets
assets
:
UNSAFE_AssetsManifest
assets
Build
Directory
assets
Build
Directory
:
string
Optional
basename
basename
?:
string
entry
entry
:
{
module
:
ServerEntryModule
;
}
future
future
:
FutureConfig
is
Spa
Mode
is
Spa
Mode
:
boolean
public
Path
public
Path
:
string
routes
routes
:
ServerRouteManifest
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
assets
assets
Build
Directory
basename
entry
future
is
Spa
Mode
public
Path
routes
React Router API Reference
Loading...
The output of the compiler for the server build.