@hunteroi/discord-mailbox
GitHub
Breaking Changes
Preparing search index...
ModalOptions
Interface ModalOptions
interface
ModalOptions
{
generateTitle
:
(
guild
:
Guild
)
=>
string
;
modalComponentsOptions
:
Omit
<
TextInputComponentData
,
"required"
|
"value"
|
"type"
|
"customId"
,
>
;
}
Index
Properties
generate
Title
modal
Components
Options
Properties
generate
Title
generateTitle
:
(
guild
:
Guild
)
=>
string
A function to build a modal's title from the selected guild object.
modal
Components
Options
modalComponentsOptions
:
Omit
<
TextInputComponentData
,
"required"
|
"value"
|
"type"
|
"customId"
,
>
The modal components' settings.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
generate
Title
modal
Components
Options
GitHub
Breaking Changes
@hunteroi/discord-mailbox
Loading...
A function to build a modal's title from the selected guild object.