discordx
Preparing search index...
SlashOptionBaseOptions
Interface SlashOptionBaseOptions<T, TD>
interface
SlashOptionBaseOptions
<
T
extends
string
,
TD
extends
string
>
{
autocomplete
?:
undefined
;
channelTypes
?:
undefined
;
description
:
TD
;
descriptionLocalizations
?:
Partial
<
Record
<
Locale
,
null
|
string
>
>
;
maxLength
?:
undefined
;
maxValue
?:
undefined
;
minLength
?:
undefined
;
minValue
?:
undefined
;
name
:
T
;
nameLocalizations
?:
Partial
<
Record
<
Locale
,
null
|
string
>
>
;
nsfw
?:
boolean
;
required
?:
boolean
;
type
:
|
String
|
Integer
|
Boolean
|
User
|
Role
|
Mentionable
|
Number
|
Attachment
;
}
Type Parameters
T
extends
string
TD
extends
string
Index
Properties
autocomplete?
channel
Types?
description
description
Localizations?
max
Length?
max
Value?
min
Length?
min
Value?
name
name
Localizations?
nsfw?
required?
type
Properties
Optional
autocomplete
autocomplete
?:
undefined
Optional
channel
Types
channelTypes
?:
undefined
description
description
:
TD
Optional
description
Localizations
descriptionLocalizations
?:
Partial
<
Record
<
Locale
,
null
|
string
>
>
Optional
max
Length
maxLength
?:
undefined
Optional
max
Value
maxValue
?:
undefined
Optional
min
Length
minLength
?:
undefined
Optional
min
Value
minValue
?:
undefined
name
name
:
T
Optional
name
Localizations
nameLocalizations
?:
Partial
<
Record
<
Locale
,
null
|
string
>
>
Optional
nsfw
nsfw
?:
boolean
Optional
required
required
?:
boolean
type
type
:
|
String
|
Integer
|
Boolean
|
User
|
Role
|
Mentionable
|
Number
|
Attachment
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
autocomplete
channel
Types
description
description
Localizations
max
Length
max
Value
min
Length
min
Value
name
name
Localizations
nsfw
required
type
discordx
Loading...