@yesstudio/nuxt-composables
Preparing search index...
VNodeProps
Type Alias VNodeProps
type
VNodeProps
=
{
key
?:
PropertyKey
;
onVnodeBeforeMount
?:
VNodeMountHook
|
VNodeMountHook
[]
;
onVnodeBeforeUnmount
?:
VNodeMountHook
|
VNodeMountHook
[]
;
onVnodeBeforeUpdate
?:
VNodeUpdateHook
|
VNodeUpdateHook
[]
;
onVnodeMounted
?:
VNodeMountHook
|
VNodeMountHook
[]
;
onVnodeUnmounted
?:
VNodeMountHook
|
VNodeMountHook
[]
;
onVnodeUpdated
?:
VNodeUpdateHook
|
VNodeUpdateHook
[]
;
ref
?:
VNodeRef
;
ref_for
?:
boolean
;
ref_key
?:
string
;
}
Index
Properties
key?
on
Vnode
Before
Mount?
on
Vnode
Before
Unmount?
on
Vnode
Before
Update?
on
Vnode
Mounted?
on
Vnode
Unmounted?
on
Vnode
Updated?
ref?
ref_
for?
ref_
key?
Properties
Optional
key
key
?:
PropertyKey
Optional
on
Vnode
Before
Mount
onVnodeBeforeMount
?:
VNodeMountHook
|
VNodeMountHook
[]
Optional
on
Vnode
Before
Unmount
onVnodeBeforeUnmount
?:
VNodeMountHook
|
VNodeMountHook
[]
Optional
on
Vnode
Before
Update
onVnodeBeforeUpdate
?:
VNodeUpdateHook
|
VNodeUpdateHook
[]
Optional
on
Vnode
Mounted
onVnodeMounted
?:
VNodeMountHook
|
VNodeMountHook
[]
Optional
on
Vnode
Unmounted
onVnodeUnmounted
?:
VNodeMountHook
|
VNodeMountHook
[]
Optional
on
Vnode
Updated
onVnodeUpdated
?:
VNodeUpdateHook
|
VNodeUpdateHook
[]
Optional
ref
ref
?:
VNodeRef
Optional
ref_
for
ref_for
?:
boolean
Optional
ref_
key
ref_key
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
key
on
Vnode
Before
Mount
on
Vnode
Before
Unmount
on
Vnode
Before
Update
on
Vnode
Mounted
on
Vnode
Unmounted
on
Vnode
Updated
ref
ref_
for
ref_
key
@yesstudio/nuxt-composables
Loading...