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

Represents a renderable element.

Summary

Types

t()

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

Functions

specs()