@nextcloud/dialogs
Preparing search index...
index
<internal>
DirectiveBinding
Interface DirectiveBinding<V>
Make all properties in T readonly
interface
DirectiveBinding
<
V
>
{
arg
?:
string
;
def
?:
DirectiveFunction
|
DirectiveOptions
;
expression
?:
string
;
modifiers
:
DirectiveModifiers
;
name
:
string
;
oldArg
?:
string
;
oldValue
:
V
|
null
;
value
:
V
;
}
Type Parameters
V
Hierarchy (
View Summary
)
Readonly
<
VNodeDirective
>
DirectiveBinding
Index
Properties
arg?
def?
expression?
modifiers
name
old
Arg?
old
Value
value
Properties
Optional
Readonly
arg
arg
?:
string
Optional
Readonly
def
def
?:
DirectiveFunction
|
DirectiveOptions
Optional
Readonly
expression
expression
?:
string
Readonly
modifiers
modifiers
:
DirectiveModifiers
Readonly
name
name
:
string
Optional
Readonly
old
Arg
oldArg
?:
string
Readonly
old
Value
oldValue
:
V
|
null
Readonly
value
value
:
V
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
arg
def
expression
modifiers
name
old
Arg
old
Value
value
@nextcloud/dialogs
Loading...
Make all properties in T readonly