/tg/ Station 13 - Modules - TypesVar Details

numeric

Vars

max_valueFor numeric (slider, numeric input) interfaces, this is the maximum value that the user can set.
min_incrementFor numeric (slider, numeric input) interfaces, this is the minimum amount the user can increment it via clickdragging. This is also the number that the value will be rounded to for sanitization purposes.
min_valueFor numeric (slider, numeric input) interfaces, this is the minimum value that the user can set.

Var Details

max_value

For numeric (slider, numeric input) interfaces, this is the maximum value that the user can set.

min_increment

For numeric (slider, numeric input) interfaces, this is the minimum amount the user can increment it via clickdragging. This is also the number that the value will be rounded to for sanitization purposes.

min_value

For numeric (slider, numeric input) interfaces, this is the minimum value that the user can set.