Folio.Content.Table (Folio v0.2.3)

Copy Markdown View Source

A table grid. Fields: children, gutter, stroke, align.

Summary

Types

t()

@type t() :: %Folio.Content.Table{
  align: String.t() | nil,
  children: [Folio.Content.t()],
  columns: String.t() | nil,
  gutter: String.t() | nil,
  rows: String.t() | nil,
  stroke: String.t() | nil
}