step
The step property of the HTMLInputElement interface indicates the step by which numeric or date-time elements can change. It reflects the element's step attribute. Valid values include the string "any" or a string containing a positive floating point number. If the attribute is not explicitly set, the step property is an empty string.