API Reference
Class
GraphHierarchyOptions
Describes reusable parent-child navigation behavior for graph explorer adapters.
Inheritance
- Object
- GraphHierarchyOptions
Properties
InitialRootNodeId #Gets or sets the node initially used as the root of a drill-down view. Null starts at the complete graph.
InitialDepth #Gets or sets the maximum descendant depth shown below the active root. Zero shows only the root.
IncludeAncestorBreadcrumbs #Gets or sets whether breadcrumb controls should retain the active root's ancestor chain.
DrillDownOnActivate #Gets or sets whether a node activation gesture may enter a child view.