API Reference
Class
GraphScenePatch
Describes an atomic set of graph document changes that hosts and interactive adapters can exchange.
Inheritance
- Object
- GraphScenePatch
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Properties
UpsertNodes #Gets nodes to add or replace by stable id.
UpsertEdges #Gets edges to add or replace by stable id.
UpsertClusters #Gets clusters to add or replace by stable id.
RemoveNodeIds #Gets node ids to remove.
RemoveEdgeIds #Gets edge ids to remove.
RemoveClusterIds #Gets cluster ids to remove.
RemoveIncidentReferences #Gets or sets whether removing nodes also removes incident edges and cluster membership.