Searched defs:DotNodeAttributes (Results 1 – 1 of 1) sorted by relevance
34 type DotNodeAttributes struct { struct35 Shape string // The optional shape of the node when rendered visually36 Bold bool // If the node should be bold or not37 Peripheries int // An optional number of borders to place around a node38 URL string // An optional url link to add to a node39 Formatter func(*NodeInfo) string // An optional formatter for the node's label