Boxart.Layout.SubgraphBounds (Boxart v0.3.1)

Copy Markdown View Source

Bounding box for a subgraph in draw coordinates.

Summary

Types

t()

@type t() :: %Boxart.Layout.SubgraphBounds{
  height: integer(),
  subgraph_id: String.t(),
  width: integer(),
  x: integer(),
  y: integer()
}