kreuzberg.engine.common

Members list

Type members

Classlikes

object Assembler

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Assembler.type
case class ModelValues(modelValues: Map[Identifier, Any])

Simple holder for model values.

Simple holder for model values.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case class TreeNode(component: HeadlessOrComponent, html: Html, children: Vector[TreeNode], handlers: Vector[EventBinding], subscriptions: Vector[Identifier])

A Tree Representation of a component.

A Tree Representation of a component.

Value parameters

children

children nodes

component

Kreuzberg Service / Component

handlers

Event bindings

html

HTML representation

subscriptions

subscribed models

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TreeNode

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TreeNode.type
case class UpdatePath(tree: TreeNode, changes: Seq[Change])

A list of changes in order to update a Tree.

A list of changes in order to update a Tree.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object UpdatePath

Figures out incremental changes.

Figures out incremental changes.

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
UpdatePath.type

Types

type HeadlessOrComponent = Component | HeadlessComponent