@nextcloud/dialogs
Preparing search index...
index
<internal>
ObjectDirective
Interface ObjectDirective<T, V>
interface
ObjectDirective
<
T
=
any
,
V
=
any
>
{
bind
?:
DirectiveHook
<
T
,
any
,
V
>
;
componentUpdated
?:
DirectiveHook
<
T
,
any
,
V
>
;
inserted
?:
DirectiveHook
<
T
,
any
,
V
>
;
unbind
?:
DirectiveHook
<
T
,
any
,
V
>
;
update
?:
DirectiveHook
<
T
,
any
,
V
>
;
}
Type Parameters
T
=
any
V
=
any
Index
Properties
bind?
component
Updated?
inserted?
unbind?
update?
Properties
Optional
bind
bind
?:
DirectiveHook
<
T
,
any
,
V
>
Optional
component
Updated
componentUpdated
?:
DirectiveHook
<
T
,
any
,
V
>
Optional
inserted
inserted
?:
DirectiveHook
<
T
,
any
,
V
>
Optional
unbind
unbind
?:
DirectiveHook
<
T
,
any
,
V
>
Optional
update
update
?:
DirectiveHook
<
T
,
any
,
V
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bind
component
Updated
inserted
unbind
update
@nextcloud/dialogs
Loading...