Chameleon
Preparing search index...
ModalDef
Interface ModalDef<F>
interface
ModalDef
<
F
extends
ReadonlyArray
<
ModalFieldDef
<
any
>
>
>
{
customId
:
string
;
title
:
string
;
fields
:
F
;
execute
:
(
ctx
:
ComponentContext
<
never
,
ResolveModalFields
<
F
>
>
,
)
=>
void
|
Promise
<
void
>
;
}
Type Parameters
F
extends
ReadonlyArray
<
ModalFieldDef
<
any
>
>
Index
Properties
custom
Id
title
fields
execute
Properties
custom
Id
customId
:
string
title
title
:
string
fields
fields
:
F
execute
execute
:
(
ctx
:
ComponentContext
<
never
,
ResolveModalFields
<
F
>
>
,
)
=>
void
|
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
Id
title
fields
execute
Chameleon
Loading...