HtmlAttr

class HtmlAttr[V](val name: String, val codec: Codec[V, String]) extends Key

This class represents an HTML Element Attribute. Meaning the key that can be set, not the whole a key-value pair.

This class represents an HTML Element Attribute. Meaning the key that can be set, not the whole a key-value pair.

Type Params
V

type of values that this Attribute can be set to

class Key
class Object
trait Matchable
class Any

Value members

Concrete fields

val codec: Codec[V, String]
override val name: String