class ApplicationCommandNumericOptionMinMaxValueMixin

abstract
export declare abstract class ApplicationCommandNumericOptionMinMaxValueMixin

This mixin holds minimum and maximum symbols used for options.

readonlyoptional
max_value? : number

The maximum value of this option.

readonlyoptional
min_value? : number

The minimum value of this option.

abstract
setMaxValue(
max: number
) : this

Sets the maximum number value of this option.

abstract
setMinValue(
min: number
) : this

Sets the minimum number value of this option.