VDom
harness.webUI.rawVDOM.VDom$
object VDom
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
VDom.type
Members list
Type members
Classlikes
final case class CSSAttr(scopedName: ScopedName, value: String) extends Attr
object ClassName
Attributes
- Supertypes
- Known subtypes
-
class NodeElementclass TextElement
object Modifier
final case class NodeElement(tagName: String, modifiers: List[Basic]) extends Element
object NodeElement
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
NodeElement.type
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ScopedName
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ScopedName.type
final case class State(elements: List[Element], classNames: Set[String], cssAttrs: Map[ScopedName, String], stdAttrs: Map[ScopedName, String], objAttrs: Map[String, Any])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object State
final case class StdAttr(scopedName: ScopedName, value: String) extends Attr
final case class TextElement(text: String) extends Element
In this article