works.iterative.ui.components.laminar.HasEffectHook
See theHasEffectHook companion object
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 Objecttrait Matchableclass Any
- Known subtypes
Members list
In this article