@yesstudio/nuxt-composables
Preparing search index...
ObjectDirective
Interface ObjectDirective<HostElement, Value, Modifiers, Arg>
interface
ObjectDirective
<
HostElement
=
any
,
Value
=
any
,
Modifiers
extends
string
=
string
,
Arg
=
any
,
>
{
beforeMount
?:
DirectiveHook
<
HostElement
,
null
,
Value
,
Modifiers
,
Arg
>
;
beforeUnmount
?:
DirectiveHook
<
HostElement
,
null
,
Value
,
Modifiers
,
Arg
>
;
beforeUpdate
?:
DirectiveHook
<
HostElement
,
VNode
<
any
,
HostElement
,
{
[
key
:
string
]:
any
}
>
,
Value
,
Modifiers
,
Arg
,
>
;
created
?:
DirectiveHook
<
HostElement
,
null
,
Value
,
Modifiers
,
Arg
>
;
deep
?:
boolean
;
getSSRProps
?:
SSRDirectiveHook
<
Value
,
Modifiers
,
Arg
>
;
mounted
?:
DirectiveHook
<
HostElement
,
null
,
Value
,
Modifiers
,
Arg
>
;
unmounted
?:
DirectiveHook
<
HostElement
,
null
,
Value
,
Modifiers
,
Arg
>
;
updated
?:
DirectiveHook
<
HostElement
,
VNode
<
any
,
HostElement
,
{
[
key
:
string
]:
any
}
>
,
Value
,
Modifiers
,
Arg
,
>
;
}
Type Parameters
HostElement
=
any
Value
=
any
Modifiers
extends
string
=
string
Arg
=
any
Index
Properties
before
Mount?
before
Unmount?
before
Update?
created?
deep?
get
SSR
Props?
mounted?
unmounted?
updated?
Properties
Optional
before
Mount
beforeMount
?:
DirectiveHook
<
HostElement
,
null
,
Value
,
Modifiers
,
Arg
>
Optional
before
Unmount
beforeUnmount
?:
DirectiveHook
<
HostElement
,
null
,
Value
,
Modifiers
,
Arg
>
Optional
before
Update
beforeUpdate
?:
DirectiveHook
<
HostElement
,
VNode
<
any
,
HostElement
,
{
[
key
:
string
]:
any
}
>
,
Value
,
Modifiers
,
Arg
,
>
Optional
created
created
?:
DirectiveHook
<
HostElement
,
null
,
Value
,
Modifiers
,
Arg
>
Optional
deep
deep
?:
boolean
Optional
get
SSR
Props
getSSRProps
?:
SSRDirectiveHook
<
Value
,
Modifiers
,
Arg
>
Optional
mounted
mounted
?:
DirectiveHook
<
HostElement
,
null
,
Value
,
Modifiers
,
Arg
>
Optional
unmounted
unmounted
?:
DirectiveHook
<
HostElement
,
null
,
Value
,
Modifiers
,
Arg
>
Optional
updated
updated
?:
DirectiveHook
<
HostElement
,
VNode
<
any
,
HostElement
,
{
[
key
:
string
]:
any
}
>
,
Value
,
Modifiers
,
Arg
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
before
Mount
before
Unmount
before
Update
created
deep
get
SSR
Props
mounted
unmounted
updated
@yesstudio/nuxt-composables
Loading...