getStoreDataForIntegration
getStoreDataForIntegration(
params?):IntegrationDataFormat
Snapshot the diagram in the shape expected by the integration layer
({ name, nodes, edges, layoutDirection }). Use this to hand a
persistable payload to the host — e.g. inside a props-strategy
onDataSave callback or before posting to a custom backend.
Dynamic, runtime-only values (selection, computed avoid-edge points,
…) are stripped by default; pass shouldSkipDynamicValues: false if
you specifically need the live values.
Parameters
Section titled “Parameters”params?
Section titled “params?”GetStoreDataParams = {}