Action

object Action
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Action.type

Type members

Classlikes

case class EvalJs(result: Either[Throwable, String]) extends Action[Nothing, Nothing, Nothing]
case class Focus(element: ElementId) extends Action[Nothing, Nothing, Nothing]
case class PropertySet(element: ElementId, name: String, value: String) extends Action[Nothing, Nothing, Nothing]
case class Publish[T](message: T) extends Action[Nothing, Nothing, T]
case class RegisterCallback[F[_]](name: String, f: String => F[Unit]) extends Action[F, Nothing, Nothing]
case class ResetForm(element: ElementId) extends Action[Nothing, Nothing, Nothing]
case class Transition[T](newState: T) extends Action[Nothing, T, Nothing]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror