Solid.Tags.RenderTag (solid v1.0.0-rc.0)

View Source

Summary

Types

t()

@type t() :: %Solid.Tags.RenderTag{
  arguments:
    {:with, {source :: Solid.Argument.t(), destination :: binary()}}
    | {:for, {source :: Solid.Argument.t(), destination :: binary()}}
    | %{required(binary()) => Solid.Argument.t()},
  loc: Solid.Parser.Loc.t(),
  template: binary()
}