Preparing search index...
The search index is not available
discordx
discordx
SlashChoiceType
Interface SlashChoiceType<T, X>
Slash choice type
interface
SlashChoiceType
<
T
extends
string
=
string
,
X
=
string
|
number
>
{
name
:
NotEmpty
<
T
>
;
nameLocalizations
?:
Partial
<
Record
<
Locale
,
null
|
string
>
>
;
value
?:
X
;
}
Type Parameters
T
extends
string
=
string
X
=
string
|
number
Index
Properties
name
name
Localizations?
value?
Properties
name
name
:
NotEmpty
<
T
>
Optional
name
Localizations
nameLocalizations
?:
Partial
<
Record
<
Locale
,
null
|
string
>
>
Optional
value
value
?:
X
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
name
Localizations
value
discordx
Loading...
Slash choice type