Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Vendor
React
SuspenseProps
Interface SuspenseProps
interface
SuspenseProps
{
children
?:
ReactNode
;
fallback
:
null
|
NonNullable
<
ReactNode
>
;
}
Index
Properties
children?
fallback
Properties
Optional
children
children
?:
ReactNode
fallback
fallback
:
null
|
NonNullable
<
ReactNode
>
A fallback react tree to show when a Suspense child (like React.lazy) suspends
On This Page
Properties
children
fallback
Юниверс MDM SDK UI
Loading...
A fallback react tree to show when a Suspense child (like React.lazy) suspends