Flexflow.Transition behaviour (flexflow v0.1.7) View Source

Transition

Link to this section Summary

Types

Transition state

t()

Callbacks

Module name

Link to this section Types

Specs

key() :: Flexflow.key() | String.t()

Specs

options() :: Keyword.t()

Specs

state()

Transition state

[:created, :initial]

Specs

t() :: %Flexflow.Transition{
  __context__: Flexflow.Context.t(),
  __graphviz__: Keyword.t(),
  __opts__: options(),
  from: Flexflow.key_normalize(),
  module: module(),
  name: Flexflow.name(),
  state: state(),
  to: Flexflow.key_normalize()
}

Link to this section Functions

Link to this section Callbacks

Specs

name() :: Flexflow.name()

Module name