ShapeModifiedCallback<T>: ((arg: {
    shape: entities.Shape;
} & T) => void)

A callback that is called after a shape has been modified.

Type Parameters

  • T