/
docs
/
packages
/
builders
/
main
/
ApplicationCommandNumericOptionMinMaxValueMixin%3AClass
Search...
K
builders
discord.js
brokers
builders
collection
core
formatters
next
proxy
rest
util
voice
ws
main
main
Classes
ActionRowBuilder
ApplicationCommandNumericOptionMinMaxValueMixin
ApplicationCommandOptionBase
ApplicationCommandOptionChannelTypesMixin
ApplicationCommandOptionWithChoicesAndAutocompleteMixin
BaseSelectMenuBuilder
ButtonBuilder
ChannelSelectMenuBuilder
ComponentBuilder
ContextMenuCommandBuilder
EmbedBuilder
MentionableSelectMenuBuilder
ModalBuilder
RoleSelectMenuBuilder
SharedNameAndDescription
SharedSlashCommandOptions
SlashCommandAttachmentOption
SlashCommandBooleanOption
SlashCommandBuilder
SlashCommandChannelOption
SlashCommandIntegerOption
SlashCommandMentionableOption
SlashCommandNumberOption
SlashCommandRoleOption
SlashCommandStringOption
SlashCommandSubcommandBuilder
SlashCommandSubcommandGroupBuilder
SlashCommandUserOption
StringSelectMenuBuilder
StringSelectMenuOptionBuilder
TextInputBuilder
UserSelectMenuBuilder
Functions
createComponentBuilder
disableValidators
embedLength
enableValidators
isValidationEnabled
normalizeArray
Interfaces
EmbedImageData
IconData
MappedComponentTypes
SlashCommandBuilder
SlashCommandChannelOption
SlashCommandIntegerOption
SlashCommandNumberOption
SlashCommandOptionsOnlyBuilder
SlashCommandStringOption
SlashCommandSubcommandBuilder
SlashCommandSubcommandGroupBuilder
SlashCommandSubcommandsOnlyBuilder
ToAPIApplicationCommandOptions
Types
AnyAPIActionRowComponent
AnyComponentBuilder
ApplicationCommandOptionAllowedChannelTypes
ContextMenuCommandType
EmbedAuthorData
EmbedAuthorOptions
EmbedFooterData
EmbedFooterOptions
MessageActionRowComponentBuilder
MessageComponentBuilder
ModalActionRowComponentBuilder
ModalComponentBuilder
RestOrArray
RGBTuple
Variables
version
Abstract
ApplicationCommandNumericOptionMinMaxValueMixin
export declare abstract class
ApplicationCommandNumericOptionMinMaxValueMixin
export declare abstract class
ApplicationCommandNumericOptionMinMaxValueMixin
Summary
This mixin holds minimum and maximum symbols used for options.
Properties
Readonly
max_value?
:
number
The maximum value of this option.
Readonly
min_value?
:
number
The minimum value of this option.
Methods
Abstract
setMaxValue(max)
:
this
Sets the maximum number value of this option.
Name
Type
Optional
Description
max
number
No
The maximum value this option can be
Abstract
setMinValue(min)
:
this
Sets the minimum number value of this option.
Name
Type
Optional
Description
min
number
No
The minimum value this option can be