Describes a shape change event, for example a change during creation or editing of a shape.

interface EditShapeEvent {
    shape: Shape;
    status: EditShapeStatus;
}

Properties

Properties

shape: Shape

The edited shape.

The status of the shape edit.