Elem

tyrian.Elem
sealed trait Elem[+M]

An HTML element can be a tag or a text node

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Empty.type
trait Html[M]
class RawTag[M]
class Tag[M]
class Text

Members list

Value members

Abstract methods

def map[N](f: M => N): Elem[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