View Source Solid.Argument (solid v0.17.1)
An Argument can be a field that will be inside the context or a value (String, Integer, etc)
Summary
Functions
@spec get( [{:field, [String.t() | integer()]}] | [{:value, term()}], Solid.Context.t(), Keyword.t() ) :: {:ok, term(), Solid.Context.t()}
@spec parse_named_arguments(list(), Solid.Context.t(), Keyword.t()) :: {:ok, list(), Solid.Context.t()}