@yesstudio/nuxt-composables
Preparing search index...
DirectiveHook
Type Alias DirectiveHook<HostElement, Prev, Value, Modifiers, Arg>
DirectiveHook
:
(
el
:
HostElement
,
binding
:
DirectiveBinding
<
Value
,
Modifiers
,
Arg
>
,
vnode
:
VNode
<
any
,
HostElement
>
,
prevVNode
:
Prev
,
)
=>
void
Type Parameters
HostElement
=
any
Prev
=
VNode
<
any
,
HostElement
>
|
null
Value
=
any
Modifiers
extends
string
=
string
Arg
=
any
Type Declaration
(
el
:
HostElement
,
binding
:
DirectiveBinding
<
Value
,
Modifiers
,
Arg
>
,
vnode
:
VNode
<
any
,
HostElement
>
,
prevVNode
:
Prev
,
)
:
void
Parameters
el
:
HostElement
binding
:
DirectiveBinding
<
Value
,
Modifiers
,
Arg
>
vnode
:
VNode
<
any
,
HostElement
>
prevVNode
:
Prev
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@yesstudio/nuxt-composables
Loading...