Solid.Context (solid v1.0.0-rc.0)
View SourceSummary
Functions
Get data from context respecting the provided scope order.
Find the current value that cycle
must return
Types
Functions
@spec get_in(t(), Solid.Variable.t(), [scope()], keyword()) :: {:ok, term(), t()} | {:error, {:not_found, [term()]}, t()}
Get data from context respecting the provided scope order.
Possible scope values: :counter_vars, :vars or :iteration_vars
@spec run_cycle(t(), name :: Solid.Argument.t() | nil, values :: [Solid.Argument.t()]) :: {t(), Solid.Argument.t() | nil}
Find the current value that cycle
must return