Assembly

kreuzberg.Assembly
case class Assembly(html: Html, handlers: Vector[EventBinding], subscriptions: Vector[Subscribeable[_]], headless: Vector[HeadlessComponent])

Return result of an Component.assemble operation, will be built into the Tree

Value parameters

handlers

Event Handlers

headless

Headless children

html

HTML Code with embedded Components

subscriptions

Component Subscriptions

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product