min

object min extends Attr

input - The minimum (numeric or date-time) value for this item, which must not be greater than its maximum (<strong>max</strong> attribute) value. meter - The lower numeric bound of the measured range. This must be less than the maximum value (<code>max</code> attribute), if specified. If unspecified, the minimum value is 0.

trait Attr
class Object
trait Matchable
class Any

Type members

Classlikes

object tag extends TagElement

Types

Inherited types

type supports[T <: Tag] = AttrPair[attrType] => AttrPair[tagType]
Inherited from
Attr

Value members

Concrete methods

@inline
def :=(v: String): AttrPair[_min_attr]
@inline
def :=(v: Option[String]): OptionalAttrPair[_min_attr]