min

slinky.web.html.min$
object min extends Attr

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

Attributes

Graph
Supertypes
trait Attr
class Object
trait Matchable
class Any
Self type
min.type

Members list

Concise view

Type members

Classlikes

object tag extends TagElement

Attributes

Graph
Supertypes
class TagElement
class Object
trait Matchable
class Any
Self type
tag.type

Types

type attrType = _min_attr.type

Inherited types

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

Attributes

Inherited from:
Attr

Value members

Concrete methods

def :=(v: String): AttrPair[_min_attr.type]
def :=(v: Option[String]): OptionalAttrPair[_min_attr.type]