korolev.testkit.PseudoHtml$
See thePseudoHtml companion trait
object PseudoHtml
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PseudoHtml.type
Members list
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
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PseudoHtmlclass Objecttrait Matchableclass AnyShow all
case class RenderingResult[F[_], S, M](pseudoDom: PseudoHtml, elements: Map[Id, ElementId], events: Map[EventId, Event[F, S, M]])
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class Text(id: Id, value: String) extends PseudoHtml
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PseudoHtmlclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
In this article