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]