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