View Source Garnish.Renderer.Element (garnish v0.2.0)

Represents a renderable element.

Summary

Types

@type t() :: %Garnish.Renderer.Element{
  attributes: term(),
  children: term(),
  tag: atom()
}

Functions