Action

semagrams.bindings.Action
See theAction companion object
trait Action extends Described

A trait for actions which perform some effect on the Semagram. Actions are paired with EventHooks in Bindings, and can use the data extracted from the event in the Binding.

Attributes

Companion
object
Graph
Supertypes
trait Described
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply(res: Resources): IO[Option[Balloon[LocalEvent, Patch]]]

Inherited fields

val description: String

Attributes

Inherited from:
Described