Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
ApplicationCommandChoicesData
Interface ApplicationCommandChoicesData<Type>
Construct a type with the properties of T except for those in type K.
interface
ApplicationCommandChoicesData
<
Type
extends
string
|
number
=
string
|
number
,
>
{
autocomplete
?:
false
;
choices
?:
readonly
ApplicationCommandOptionChoiceData
<
Type
>
[]
;
description
:
string
;
descriptionLocalizations
?:
Partial
<
Record
<
Locale
,
null
|
string
>
>
;
name
:
string
;
nameLocalizations
?:
Partial
<
Record
<
Locale
,
null
|
string
>
>
;
required
?:
boolean
;
type
:
CommandOptionChoiceResolvableType
;
}
Type Parameters
Type
extends
string
|
number
=
string
|
number
Hierarchy (
View Summary
)
Omit
<
BaseApplicationCommandOptionsData
,
"autocomplete"
>
ApplicationCommandChoicesData
ApplicationCommandNumericOptionData
ApplicationCommandStringOptionData
Index
Properties
autocomplete?
choices?
description
description
Localizations?
name
name
Localizations?
required?
type
Properties
Optional
autocomplete
autocomplete
?:
false
Optional
choices
choices
?:
readonly
ApplicationCommandOptionChoiceData
<
Type
>
[]
description
description
:
string
Optional
description
Localizations
descriptionLocalizations
?:
Partial
<
Record
<
Locale
,
null
|
string
>
>
name
name
:
string
Optional
name
Localizations
nameLocalizations
?:
Partial
<
Record
<
Locale
,
null
|
string
>
>
Optional
required
required
?:
boolean
type
type
:
CommandOptionChoiceResolvableType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
autocomplete
choices
description
description
Localizations
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.