Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
ApplicationCommandSubCommandData
Interface ApplicationCommandSubCommandData
Construct a type with the properties of T except for those in type K.
interface
ApplicationCommandSubCommandData
{
autocomplete
?:
undefined
;
description
:
string
;
descriptionLocalizations
?:
Partial
<
Record
<
Locale
,
null
|
string
>
>
;
name
:
string
;
nameLocalizations
?:
Partial
<
Record
<
Locale
,
null
|
string
>
>
;
options
?:
readonly
(
|
ApplicationCommandNonOptionsData
|
ApplicationCommandChannelOptionData
|
ApplicationCommandAutocompleteNumericOptionData
|
ApplicationCommandAutocompleteStringOptionData
|
ApplicationCommandNumericOptionData
|
ApplicationCommandStringOptionData
|
ApplicationCommandRoleOptionData
|
ApplicationCommandUserOptionData
|
ApplicationCommandMentionableOptionData
|
ApplicationCommandBooleanOptionData
)
[]
;
type
:
Subcommand
;
}
Hierarchy (
View Summary
)
Omit
<
BaseApplicationCommandOptionsData
,
"required"
>
ApplicationCommandSubCommandData
Index
Properties
autocomplete?
description
description
Localizations?
name
name
Localizations?
options?
type
Properties
Optional
autocomplete
autocomplete
?:
undefined
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
options
options
?:
readonly
(
|
ApplicationCommandNonOptionsData
|
ApplicationCommandChannelOptionData
|
ApplicationCommandAutocompleteNumericOptionData
|
ApplicationCommandAutocompleteStringOptionData
|
ApplicationCommandNumericOptionData
|
ApplicationCommandStringOptionData
|
ApplicationCommandRoleOptionData
|
ApplicationCommandUserOptionData
|
ApplicationCommandMentionableOptionData
|
ApplicationCommandBooleanOptionData
)
[]
type
type
:
Subcommand
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
autocomplete
description
description
Localizations
name
name
Localizations
options
type
discord-js-button-pagination-ts
Loading...
Construct a type with the properties of T except for those in type K.