Folio.Content.Block (Folio v0.2.3)

Copy Markdown View Source

Block-level container.

Summary

Types

t()

@type t() :: %Folio.Content.Block{
  above: String.t() | nil,
  below: String.t() | nil,
  body: [Folio.Content.t()],
  height: String.t() | nil,
  width: String.t() | nil
}