newNodeId property

String newNodeId
final

The ID to use for a new node, if a new node is created.

This information is required so that undo/redo works. When requests are re-run, they need to use the same node IDs, so that following requests can repeat edits on those same nodes.

Implementation

final String newNodeId;