@jsfkit/types
    Preparing search index...

    Type Alias GraphicAnchorTwoCell

    Specifies a two-cell anchor placeholder for a group, a shape, or a drawing element.

    type GraphicAnchorTwoCell = {
        from: CellOffset;
        to: CellOffset;
        type: "twoCell";
    }
    Index

    Properties

    Properties

    The top/left position of the graphic in cell coordinates.

    The bottom/right position of the graphic in cell coordinates.

    type: "twoCell"

    Type discriminator for a two-cell anchor.