@yesstudio/nuxt-composables
Preparing search index...
PatchBlockChildrenFn
Type Alias PatchBlockChildrenFn
PatchBlockChildrenFn
:
(
oldChildren
:
VNode
[]
,
newChildren
:
VNode
[]
,
fallbackContainer
:
RendererElement
,
parentComponent
:
ComponentInternalInstance
|
null
,
parentSuspense
:
SuspenseBoundary
|
null
,
namespace
:
ElementNamespace
,
slotScopeIds
:
string
[]
|
null
,
)
=>
void
Type Declaration
(
oldChildren
:
VNode
[]
,
newChildren
:
VNode
[]
,
fallbackContainer
:
RendererElement
,
parentComponent
:
ComponentInternalInstance
|
null
,
parentSuspense
:
SuspenseBoundary
|
null
,
namespace
:
ElementNamespace
,
slotScopeIds
:
string
[]
|
null
,
)
:
void
Parameters
oldChildren
:
VNode
[]
newChildren
:
VNode
[]
fallbackContainer
:
RendererElement
parentComponent
:
ComponentInternalInstance
|
null
parentSuspense
:
SuspenseBoundary
|
null
namespace
:
ElementNamespace
slotScopeIds
:
string
[]
|
null
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@yesstudio/nuxt-composables
Loading...