Rendro.Page (Rendro v0.2.0)

Copy Markdown View Source

A page with blocks, dimensions, and margins.

Summary

Types

t()

@type t() :: %Rendro.Page{
  blocks: [Rendro.Block.t()],
  height: number(),
  margin_bottom: number(),
  margin_left: number(),
  margin_right: number(),
  margin_top: number(),
  width: number()
}