Skip to content

InvalidateMeasurementsOptions

since v1.2.3

Options for selective invalidation of diagram element measurements. When provided to invalidateMeasurements(), only the specified elements are re-measured. When omitted, all elements are re-measured.

optional edges: object[]

Edges whose labels should be re-measured.

edgeId: string


optional nodes: object[]

Nodes to re-measure. Invalidating a node also re-measures all its ports.

nodeId: string