Preparing search index...
The search index is not available
mopo-discordjs
mopo-discordjs
ModalComponentData
Interface ModalComponentData<Module>
interface
ModalComponentData
<
Module
>
{
components
:
TextInputComponentData
[]
;
customId
:
string
;
execute
:
ModalSubmitInteractionExecute
<
Module
>
;
title
:
string
;
type
:
Modal
;
}
Type Parameters
Module
extends
BaseModule
|
undefined
=
undefined
Hierarchy
Omit
<
OriginModalComponentData
,
"components"
|
"customId"
>
ModalComponentData
Index
Properties
components
custom
Id
execute
title
type
Properties
components
components
:
TextInputComponentData
[]
Readonly
custom
Id
custom
Id
:
string
execute
execute
:
ModalSubmitInteractionExecute
<
Module
>
title
title
:
string
Readonly
type
type
:
Modal
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
components
custom
Id
execute
title
type
mopo-discordjs
Loading...