Boxart.Layout.NodePlacement (Boxart v0.3.2)

Copy Markdown View Source

Grid and draw-coordinate placement for a single node.

Summary

Types

t()

@type t() :: %Boxart.Layout.NodePlacement{
  draw_height: integer(),
  draw_width: integer(),
  draw_x: integer(),
  draw_y: integer(),
  grid: Boxart.Layout.GridCoord.t(),
  node_id: String.t()
}