@yesstudio/nuxt-composables
Preparing search index...
PatchChildrenFn
Type Alias PatchChildrenFn
PatchChildrenFn
:
(
n1
:
VNode
|
null
,
n2
:
VNode
,
container
:
RendererElement
,
anchor
:
RendererNode
|
null
,
parentComponent
:
ComponentInternalInstance
|
null
,
parentSuspense
:
SuspenseBoundary
|
null
,
namespace
:
ElementNamespace
,
slotScopeIds
:
string
[]
|
null
,
optimized
:
boolean
,
)
=>
void
Type Declaration
(
n1
:
VNode
|
null
,
n2
:
VNode
,
container
:
RendererElement
,
anchor
:
RendererNode
|
null
,
parentComponent
:
ComponentInternalInstance
|
null
,
parentSuspense
:
SuspenseBoundary
|
null
,
namespace
:
ElementNamespace
,
slotScopeIds
:
string
[]
|
null
,
optimized
:
boolean
,
)
:
void
Parameters
n1
:
VNode
|
null
n2
:
VNode
container
:
RendererElement
anchor
:
RendererNode
|
null
parentComponent
:
ComponentInternalInstance
|
null
parentSuspense
:
SuspenseBoundary
|
null
namespace
:
ElementNamespace
slotScopeIds
:
string
[]
|
null
optimized
:
boolean
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@yesstudio/nuxt-composables
Loading...