Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
ApplicationCommandStringOption
Interface ApplicationCommandStringOption
Construct a type with the properties of T except for those in type K.
interface
ApplicationCommandStringOption
{
autocomplete
?:
false
;
choices
?:
readonly
ApplicationCommandOptionChoiceData
<
string
>
[]
;
description
:
string
;
descriptionLocalizations
?:
Partial
<
Record
<
Locale
,
null
|
string
>
>
;
maxLength
?:
number
;
minLength
?:
number
;
name
:
string
;
nameLocalizations
?:
Partial
<
Record
<
Locale
,
null
|
string
>
>
;
required
?:
boolean
;
type
:
String
;
}
Hierarchy (
View Summary
)
ApplicationCommandChoicesOption
<
string
>
ApplicationCommandStringOption
Index
Properties
autocomplete?
choices?
description
description
Localizations?
max
Length?
min
Length?
name
name
Localizations?
required?
type
Properties
Optional
autocomplete
autocomplete
?:
false
Optional
choices
choices
?:
readonly
ApplicationCommandOptionChoiceData
<
string
>
[]
description
description
:
string
Optional
description
Localizations
descriptionLocalizations
?:
Partial
<
Record
<
Locale
,
null
|
string
>
>
Optional
max
Length
maxLength
?:
number
Optional
min
Length
minLength
?:
number
name
name
:
string
Optional
name
Localizations
nameLocalizations
?:
Partial
<
Record
<
Locale
,
null
|
string
>
>
Optional
required
required
?:
boolean
type
type
:
String
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
autocomplete
choices
description
description
Localizations
max
Length
min
Length
name
name
Localizations
required
type
discord-js-button-pagination-ts
Loading...
Construct a type with the properties of T except for those in type K.