HierarchyCompareInfo Namespace
Function
| Name | Description |
|---|---|
| HierarchyCompareInfo.fromJSON | Deserialize given object from JSON |
| HierarchyCompareInfo.toJSON | Serialize given object to JSON. |
Defined in
HierarchyCompareInfo Interface
Information about hierarchy modification / differences.
Properties
| Name | Type | Description | |
|---|---|---|---|
| changes | PartialHierarchyModification[] | A list of hierarchy changes | |
| continuationToken | undefined | { currHierarchyNode: string, prevHierarchyNode: string } | Continuation token for requesting more changes. |
Defined in
Last Updated: 30 November, 2023