TypedRangeTextComponent.setMax method
TypedRangeTextComponent › setMax
Sets the maximum value of the component.Signature:
setMax(max: T): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| max | T | The maximum value. |
Returns: this — The component.
TypedRangeTextComponent › setMax
Sets the maximum value of the component.Signature:
setMax(max: T): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| max | T | The maximum value. |
Returns: this — The component.