Provides DSLs and effects for application or component
- Since
0.6.0
- Companion
- object
Type members
Inherited classlikes
final class ComponentDsl[CS, P, E](component: Component[F, CS, P, E])(implicit evidence$17: StateSerializer[CS], evidence$18: StateDeserializer[CS])
- Inherited from
- Scope
Types
Inherited types
Value members
Inherited methods
def event(name: String, stopPropagation: Boolean, phase: EventPhase)(effect: Access => F[Unit]): Event
- Inherited from
- Scope
def eventUnscoped(name: String, stopPropagation: Boolean, phase: EventPhase)(effect: UnscopedAccess => F[Unit]): Event
- Inherited from
- Scope
Deprecated and Inherited methods
@deprecated("Delays often is using for hacks", "0.18.0")
Schedules the transition with delay. For example it can be useful when you want to hide something after timeout.
Schedules the transition with delay. For example it can be useful when you want to hide something after timeout.
- Deprecated
- Inherited from
- Scope