View Source ElementTui.Parser.ParseResult (ElementTui v0.5.1)

Summary

Types

@type t() :: %ElementTui.Parser.ParseResult{
  elements: [ElementTui.Parser.TBPut.t()],
  height: integer(),
  width: integer()
}

Functions

Link to this function

merge(current, other, width, height)

View Source
Link to this function

new(elements, width, height)

View Source