RawTag

tyrian.RawTag
final case class RawTag[+M](name: String, attributes: List[Attr[M]], innerHTML: String) extends Html[M]

An HTML tag with raw HTML rendered inside. Beware that the inner HTML is not validated to be correct, nor does it get modified as a response to messages in any way.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Html[M]
trait Elem[M]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def innerHtml(html: String): RawTag[M]
def map[N](f: M => N): RawTag[N]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product