Usages of RestoreToken
Method Return Values
hideData (ValueDataKey<TValue>) | in LayoutGraphContext | Hides the data registered for the graph with the specified ValueDataKey<TValue>. | |
hideItemData (NodeDataKey<TValue>) | in LayoutGraphContext | Hides the item data registered for the graph with the specified NodeDataKey<TValue>. | |
hideItemData (EdgeDataKey<TValue>) | in LayoutGraphContext | Hides the item data registered for the graph with the specified EdgeDataKey<TValue>. | |
hideItemData (NodeLabelDataKey<TValue>) | in LayoutGraphContext | Hides the item data registered for the graph with the specified NodeLabelDataKey<TValue>. | |
hideItemData (EdgeLabelDataKey<TValue>) | in LayoutGraphContext | Hides the item data registered for the graph with the specified EdgeLabelDataKey<TValue>. | |
hideNullableData (ValueDataKey<TValue>) | in LayoutGraphContext | Hides the nullable data registered for the graph with the specified ValueDataKey<TValue>. | |
pushLayer (LayoutData<LayoutNode,LayoutEdge,LayoutNodeLabel,LayoutEdgeLabel>?) | in LayoutGraphContext | Pushes a new layer onto the context, optionally applying layout data. | |
hideGrouping (LayoutGraph) | in LayoutGraphGrouping | Temporarily hides the current grouping hierarchy of the graph . |