Attr

tyrian.Attr
sealed trait Attr[+M]

HTML attribute

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Attribute
object EmptyAttribute.type
class Event[E, M]
trait Property
Show all

Members list

Value members

Abstract methods

def map[N](f: M => N): Attr[N]

Concrete methods

def render: String
Extension method from tyrian
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
Any