class ApplicationCommandNumericOptionMinMaxValueMixin

abstractexternal
declare abstract class ApplicationCommandNumericOptionMinMaxValueMixin

This mixin holds minimum and maximum symbols used for options.

protectedreadonlyexternal
data : ApplicationCommandNumericOptionMinMaxValueData

external
clearMaxValue() : this

Removes the maximum number value of this option.

external
clearMinValue() : this

Removes the minimum number value of this option.

external
setMaxValue(
max: number
) : this

Sets the maximum number value of this option.

external
setMinValue(
min: number
) : this

Sets the minimum number value of this option.