Interface DrawingAnchorJSON<J>

interface DrawingAnchorJSON<J> {
    anchor: DrawingAnchorOffset;
    anchorType?: AnchorType;
    drawing: J;
    type: string;
}

Type Parameters

Properties

The anchor for the drawing object.

anchorType?: AnchorType

The behavior of how the drawing resizes as the anchor/cells change.

drawing: J
type: string