@yesstudio/nuxt-composables
Preparing search index...
PatchFn
Type Alias PatchFn
PatchFn
:
(
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
Optional
anchor
:
RendererNode
|
null
Optional
parentComponent
:
ComponentInternalInstance
|
null
Optional
parentSuspense
:
SuspenseBoundary
|
null
Optional
namespace
:
ElementNamespace
Optional
slotScopeIds
:
string
[]
|
null
Optional
optimized
:
boolean
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@yesstudio/nuxt-composables
Loading...