Class NavGraphViewHierarchicalNode
Representation of a hierarchical node in a Nav
Inherited Members
Namespace: Unity.AppUI.Navigation
Assembly: Unity.AppUI.Navigation.dll
Syntax
public class NavGraphViewHierarchicalNode : NavGraphViewNode
Properties
actions
The actions associated with this NavGraphViewHierarchicalNode.
Declaration
public List<NavAction> actions { get; set; }
Property Value
label
The label of this NavGraphViewHierarchicalNode.
Declaration
public string label { get; set; }
Property Value
Type | Description |
---|---|
string |
parent
The parent of this NavGraphViewHierarchicalNode.
Declaration
public NavGraph parent { get; set; }
Property Value
Type | Description |
---|---|
Nav |