HasEffectHook

works.iterative.ui.components.laminar.HasEffectHook
See theHasEffectHook companion object
trait HasEffectHook[O]

A way to add effect processor to component.

To ensure that the lifecycle of the effect processor is bound to the lifecycle of the component, the bind is done in the component itself.

There is a default implementation for components that return HtmlElement. If the component uses different type, it needs to provide its own implementation.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Extensions

Extensions

extension (o: O)
def amend(mod: L.HtmlMod): O