View Source Elixteg.Graph.Model.NodeElement (elixteg v0.7.0)

Link to this section Summary

Link to this section Types

@type t() :: %Elixteg.Graph.Model.NodeElement{
  attrs: [[any()]],
  children: [[t()]],
  tag: binary()
}