Skip to content

TypedRangeTextComponent.setMax method

TypedRangeTextComponent › setMax

Sets the maximum value of the component.

Signature:

setMax(max: T): this

Parameters:

ParameterTypeDescription
maxTThe maximum value.

Returns: thisThe component.