Skip to content

TypedRangeTextComponent.setMin method

TypedRangeTextComponent › setMin

Sets the minimum value of the component.

Signature:

setMin(min: T): this

Parameters:

ParameterTypeDescription
minTThe minimum value.

Returns: thisThe component.