Tincture.Layout.Table.RenderResult (Tincture v0.1.0)

Copy Markdown View Source

Where a rendered table ended, so the next element can be placed below it.

Summary

Types

t()

@type t() :: %Tincture.Layout.Table.RenderResult{
  columns: non_neg_integer(),
  height: float(),
  row_height: float(),
  rows: non_neg_integer(),
  widths: [float()]
}