React Router API Reference
Preparing search index...
react-router
unstable_RSCRouteManifest
Type Alias unstable_RSCRouteManifest
type
unstable_RSCRouteManifest
=
{
clientAction
?:
ClientActionFunction
;
clientLoader
?:
ClientLoaderFunction
;
element
?:
React.ReactElement
|
false
;
errorElement
?:
React.ReactElement
;
handle
?:
any
;
hasAction
:
boolean
;
hasComponent
:
boolean
;
hasErrorBoundary
:
boolean
;
hasLoader
:
boolean
;
hydrateFallbackElement
?:
React.ReactElement
;
id
:
string
;
index
?:
boolean
;
links
?:
LinksFunction
;
meta
?:
MetaFunction
;
parentId
?:
string
;
path
?:
string
;
shouldRevalidate
?:
ShouldRevalidateFunction
;
}
Index
Properties
client
Action?
client
Loader?
element?
error
Element?
handle?
has
Action
has
Component
has
Error
Boundary
has
Loader
hydrate
Fallback
Element?
id
index?
links?
meta?
parent
Id?
path?
should
Revalidate?
Properties
Optional
client
Action
clientAction
?:
ClientActionFunction
Optional
client
Loader
clientLoader
?:
ClientLoaderFunction
Optional
element
element
?:
React.ReactElement
|
false
Optional
error
Element
errorElement
?:
React.ReactElement
Optional
handle
handle
?:
any
has
Action
hasAction
:
boolean
has
Component
hasComponent
:
boolean
has
Error
Boundary
hasErrorBoundary
:
boolean
has
Loader
hasLoader
:
boolean
Optional
hydrate
Fallback
Element
hydrateFallbackElement
?:
React.ReactElement
id
id
:
string
Optional
index
index
?:
boolean
Optional
links
links
?:
LinksFunction
Optional
meta
meta
?:
MetaFunction
Optional
parent
Id
parentId
?:
string
Optional
path
path
?:
string
Optional
should
Revalidate
shouldRevalidate
?:
ShouldRevalidateFunction
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
Action
client
Loader
element
error
Element
handle
has
Action
has
Component
has
Error
Boundary
has
Loader
hydrate
Fallback
Element
id
index
links
meta
parent
Id
path
should
Revalidate
React Router API Reference
Loading...