Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
ApplicationCommandSubGroup
Interface ApplicationCommandSubGroup
Construct a type with the properties of T except for those in type K.
interface
ApplicationCommandSubGroup
{
autocomplete
?:
undefined
;
description
:
string
;
descriptionLocalizations
?:
Partial
<
Record
<
Locale
,
null
|
string
>
>
;
name
:
string
;
nameLocalizations
?:
Partial
<
Record
<
Locale
,
null
|
string
>
>
;
options
?:
readonly
ApplicationCommandSubCommand
[]
;
type
:
SubcommandGroup
;
}
Hierarchy (
View Summary
)
Omit
<
BaseApplicationCommandOptionsData
,
"required"
>
ApplicationCommandSubGroup
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
ApplicationCommandSubCommand
[]
type
type
:
SubcommandGroup
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.