Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
ApplicationCommandOptionChoiceData
Interface ApplicationCommandOptionChoiceData<Value>
interface
ApplicationCommandOptionChoiceData
<
Value
extends
string
|
number
=
string
|
number
,
>
{
name
:
string
;
nameLocalizations
?:
Partial
<
Record
<
Locale
,
null
|
string
>
>
;
value
:
Value
;
}
Type Parameters
Value
extends
string
|
number
=
string
|
number
Index
Properties
name
name
Localizations?
value
Properties
name
name
:
string
Optional
name
Localizations
nameLocalizations
?:
Partial
<
Record
<
Locale
,
null
|
string
>
>
value
value
:
Value
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
name
Localizations
value
discord-js-button-pagination-ts
Loading...