PseudoHtml

korolev.testkit.PseudoHtml$
See thePseudoHtml companion trait
object PseudoHtml

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class Element(id: Id, ns: XmlNs, tagName: String, attributes: Map[String, String], styles: Map[String, String], children: List[PseudoHtml]) extends PseudoHtml

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class RenderingResult[F[_], S, M](pseudoDom: PseudoHtml, elements: Map[Id, ElementId], events: Map[EventId, Event[F, S, M]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class Text(id: Id, value: String) extends PseudoHtml

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def render[F[_], S, M](node: Node[Binding[F, S, M]]): RenderingResult[F, S, M]