Capture the values of the requested input nodes into a Snapshot.
The source graph.
Specifies the inputs to capture and an optional intent.
A Snapshot envelope at the current GraphTime.
const snap = exportSnapshot(graph, { inputs: [a, b, c], intent: 'before-edit' }) Copy
const snap = exportSnapshot(graph, { inputs: [a, b, c], intent: 'before-edit' })
Capture the values of the requested input nodes into a Snapshot.