Interface RangeTagDeclaration

    • Method Detail

      • setMin

        void setMin​(String min)
        Sets the minimum value of the range.
      • setMax

        void setMax​(String max)
        Sets the maximum value of the range.
      • setStep

        void setStep​(String step)
        Sets the step size of the range.