Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-ui
SuspenseProps
Interface SuspenseProps
interface
SuspenseProps
{
onFallback
?:
(
(
)
=>
void
)
;
onPending
?:
(
(
)
=>
void
)
;
onResolve
?:
(
(
)
=>
void
)
;
suspensible
?:
boolean
;
timeout
?:
string
|
number
;
}
Index
Properties
on
Fallback?
on
Pending?
on
Resolve?
suspensible?
timeout?
Properties
Optional
on
Fallback
on
Fallback
?:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
Optional
on
Pending
on
Pending
?:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
Optional
on
Resolve
on
Resolve
?:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
Optional
suspensible
suspensible
?:
boolean
Allow suspense to be captured by parent suspense
Default
false
Copy
Optional
timeout
timeout
?:
string
|
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
on
Fallback
on
Pending
on
Resolve
suspensible
timeout
Official Cockpit API Documentation
Houston Common Library
Loading...
Allow suspense to be captured by parent suspense