@jsfkit/types
    Preparing search index...

    Type Alias Drawing

    A drawing.

    A drawing is a collection of any graphic objects that should be displayed in a worksheet as well as information on how they are positioned within the cell-grid.

    type Drawing = {
        anchor: GraphicAnchor;
        content: Graphic[];
    }
    Index

    Properties

    Properties

    Defines how the drawing is placed onto a worksheet's cell-grid.

    content: Graphic[]

    The graphical elements that make up the drawing.