PropertyString

tyrian.PropertyString
final case class PropertyString(name: String, value: String) extends Property

Property of a DOM node instance

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Property
trait Attr[Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type Out = String

Value members

Concrete methods

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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Attr -> Any
Inherited from:
Attr

Concrete fields

val valueOf: Out