Interface AddDrawingImageOptions

interface AddDrawingImageOptions {
    anchorType?: AnchorType;
    bounds?: Partial<Bounds>;
    description?: string;
    drawing?: DrawingImageJSON;
}

Hierarchy (view full)

Properties

anchorType?: AnchorType

The initial anchor for the drawing object.

Default Value

TwoCell for Shapes and OneCell for Images
bounds?: Partial<Bounds>

The boundary for the drawing object in pixels.

description?: string

Used for transactional operations.

Initial drawing value.