Action

korolev.testkit.Action$
See theAction companion trait
object Action

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Action.type

Members list

Concise view

Type members

Classlikes

case class EvalJs(result: Either[Throwable, String]) extends Action[Nothing, Nothing, Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Action[Nothing, Nothing, Nothing]
class Object
trait Matchable
class Any
case class Focus(element: ElementId) extends Action[Nothing, Nothing, Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Action[Nothing, Nothing, Nothing]
class Object
trait Matchable
class Any
case class PropertySet(element: ElementId, name: String, value: String) extends Action[Nothing, Nothing, Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Action[Nothing, Nothing, Nothing]
class Object
trait Matchable
class Any
case class Publish[T](message: T) extends Action[Nothing, Nothing, T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Action[Nothing, Nothing, T]
class Object
trait Matchable
class Any
case class RegisterCallback[F[_]](name: String, f: String => F[Unit]) extends Action[F, Nothing, Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Action[F, Nothing, Nothing]
class Object
trait Matchable
class Any
case class ResetForm(element: ElementId) extends Action[Nothing, Nothing, Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Action[Nothing, Nothing, Nothing]
class Object
trait Matchable
class Any
case class Transition[T](newState: T) extends Action[Nothing, T, Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Action[Nothing, T, Nothing]
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror