@yesstudio/nuxt-composables
Preparing search index...
SuspenseImpl
Variable SuspenseImpl
Const
SuspenseImpl
:
{
__isSuspense
:
boolean
;
hydrate
:
typeof
hydrateSuspense
;
name
:
string
;
normalize
:
typeof
normalizeSuspenseChildren
;
process
(
n1
:
VNode
<
RendererNode
,
RendererElement
,
{
[
key
:
string
]:
any
}
>
|
null
,
n2
:
VNode
,
container
:
RendererElement
,
anchor
:
RendererNode
|
null
,
parentComponent
:
ComponentInternalInstance
|
null
,
parentSuspense
:
SuspenseBoundary
|
null
,
namespace
:
ElementNamespace
,
slotScopeIds
:
string
[]
|
null
,
optimized
:
boolean
,
rendererInternals
:
RendererInternals
,
)
:
void
;
}
Type Declaration
__isSuspense
:
boolean
hydrate
:
typeof
hydrateSuspense
name
:
string
normalize
:
typeof
normalizeSuspenseChildren
process
:
function
process
(
n1
:
VNode
<
RendererNode
,
RendererElement
,
{
[
key
:
string
]:
any
}
>
|
null
,
n2
:
VNode
,
container
:
RendererElement
,
anchor
:
RendererNode
|
null
,
parentComponent
:
ComponentInternalInstance
|
null
,
parentSuspense
:
SuspenseBoundary
|
null
,
namespace
:
ElementNamespace
,
slotScopeIds
:
string
[]
|
null
,
optimized
:
boolean
,
rendererInternals
:
RendererInternals
,
)
:
void
Parameters
n1
:
VNode
<
RendererNode
,
RendererElement
,
{
[
key
:
string
]:
any
}
>
|
null
n2
:
VNode
container
:
RendererElement
anchor
:
RendererNode
|
null
parentComponent
:
ComponentInternalInstance
|
null
parentSuspense
:
SuspenseBoundary
|
null
namespace
:
ElementNamespace
slotScopeIds
:
string
[]
|
null
optimized
:
boolean
rendererInternals
:
RendererInternals
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@yesstudio/nuxt-composables
Loading...