graphvix v1.0.0 Graphvix.RecordSubset
[Internal] Models a row or a column as part of a Graphvix.Record vertex.
The functionality provided by this module is internal. See the documentation
for Graphvix.Record.
Link to this section Summary
Link to this section Types
Link to this type
cell()
cell() :: String.t() | Graphvix.RecordSubset.cell_with_port() | Graphvix.RecordSubset.t()
Link to this type
t()
t() :: %Graphvix.RecordSubset{
cells: [Graphvix.RecordSubset.cell()],
is_column: boolean()
}