Versions in this module Expand all Collapse all v1 v1.0.2 Apr 30, 2024 Changes in this version + const DefaultHeight + const DefaultWidth + const LeafHeight + const MaxWidth + const TextLimit + const TextSizeBumpIncrement + const TextWidthSizeBumpIncrement + func BuildGraph(obj any) ([]*model.NodeData[any], []*model.EdgeData[any]) + func BuildGraphMapNode(parent *model.NodeData[any], field reflect.Value, ...) + func BuildSliceGraphNode[T any](parent *model.NodeData[any], field reflect.Value, ...) + func BuildTree(obj any) (*model.TreeNode, *model.ChangeStatistics) + func BuildTreeMapNode(parent *model.TreeNode, field reflect.Value) + func DigIntoObject[T any](parent *model.NodeData[any], field reflect.Value, ...) + func DigIntoTreeNodeSlice[T any](parent *model.TreeNode, field reflect.Value, label string) + func DigIntoTreeNode[T any](parent *model.TreeNode, field reflect.Value, label string, tc, br int)