class ApplicationCommandNumericOptionMinMaxValueMixin

abstract
export declare abstract class ApplicationCommandNumericOptionMinMaxValueMixin

This mixin holds minimum and maximum symbols used for options.

clearMaxValue() : this

Removes the maximum number value of this option.

clearMinValue() : this

Removes the minimum number value of this option.

setMaxValue(
max: number
) : this

Sets the maximum number value of this option.

setMinValue(
min: number
) : this

Sets the minimum number value of this option.