@typed-discord/interactions
Preparing search index...
types
ApplicationCommandInteractionSubCommandOption
Interface ApplicationCommandInteractionSubCommandOption<T>
interface
ApplicationCommandInteractionSubCommandOption
<
T
>
{
name
:
string
;
options
:
T
[]
;
type
:
SUB_COMMAND
;
}
Type Parameters
T
Hierarchy (
View Summary
)
ApplicationCommandInteractionBaseOption
ApplicationCommandInteractionSubCommandOption
Index
Properties
name
options
type
Properties
name
name
:
string
Name of the parameter.
options
options
:
T
[]
Options for this subcommand.
type
type
:
SUB_COMMAND
Value of the application command option type.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
options
type
@typed-discord/interactions
Loading...
Name of the parameter.