All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kreuzberg.Assembly.scala Maven / Gradle / Ivy

There is a newer version: 0.10.3
Show newest version
package kreuzberg

/**
 * Return result of an [[Component.assemble]] operation, will be built into the Tree
 * @param html
 *   HTML Code with embedded Components
 * @param handlers
 *   Event Handlers
 * @param subscriptions
 *   Component Subscriptions
 * @param headless
 *   Headless children
 */
case class Assembly(
    html: Html,
    handlers: Vector[EventBinding] = Vector.empty,
    subscriptions: Vector[Subscribeable[_]] = Vector.empty,
    headless: Vector[HeadlessComponent] = Vector.empty
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy