@nextcloud/dialogs
Preparing search index...
index
<internal>
SetupContext
Interface SetupContext<E>
interface
SetupContext
<
E
extends
EmitsOptions
=
{}
>
{
attrs
:
Data
;
emit
:
EmitFn
<
E
>
;
listeners
:
Record
<
string
,
Function
|
Function
[]
>
;
slots
:
Slots
;
expose
(
exposed
?:
Record
<
string
,
any
>
)
:
void
;
}
Type Parameters
E
extends
EmitsOptions
=
{}
Index
Properties
attrs
emit
listeners
slots
Methods
expose
Properties
attrs
attrs
:
Data
emit
emit
:
EmitFn
<
E
>
listeners
listeners
:
Record
<
string
,
Function
|
Function
[]
>
Equivalent of
this.$listeners
, which is Vue 2 only.
slots
slots
:
Slots
Methods
expose
expose
(
exposed
?:
Record
<
string
,
any
>
)
:
void
Parameters
Optional
exposed
:
Record
<
string
,
any
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attrs
emit
listeners
slots
Methods
expose
@nextcloud/dialogs
Loading...
Equivalent of
this.$listeners, which is Vue 2 only.