PseudoHtml

object PseudoHtml
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

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
case class RenderingResult[F[_], S, M](pseudoDom: PseudoHtml, elements: Map[Id, ElementId], events: Map[EventId, Event[F, S, M]])
case class Text(id: Id, value: String) extends PseudoHtml

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

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