Property

final case class Property(name: String, value: String) extends Attr[Nothing]

Property of a DOM node instance

Properties are a type of attribute that can only be set, not removed.

Companion:
object
trait Serializable
trait Product
trait Equals
trait Attr[Nothing]
class Object
trait Matchable
class Any

Value members

Concrete methods

def map[N](f: Nothing => N): Property

Inherited methods

Inherited from:
Product