@nextcloud/dialogs
Preparing search index...
index
<internal>
SetupFunction
Type Alias SetupFunction<Props, RawBindings, Emits>
SetupFunction
:
(
this
:
void
,
props
:
Readonly
<
Props
>
,
ctx
:
SetupContext
<
Emits
>
,
)
=>
RawBindings
|
(
()
=>
VNode
|
null
)
|
void
Type Parameters
Props
RawBindings
=
{}
Emits
extends
EmitsOptions
=
{}
Type Declaration
(
this
:
void
,
props
:
Readonly
<
Props
>
,
ctx
:
SetupContext
<
Emits
>
,
)
:
RawBindings
|
(
()
=>
VNode
|
null
)
|
void
Parameters
this
:
void
props
:
Readonly
<
Props
>
ctx
:
SetupContext
<
Emits
>
Returns
RawBindings
|
(
()
=>
VNode
|
null
)
|
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@nextcloud/dialogs
Loading...