Interface DrawingTransactionState

interface DrawingTransactionState {
    anchor: CellRangeCoords;
    anchorType: AnchorType;
    description?: string;
    hidden?: boolean;
    lockAspectRatio?: boolean;
    name?: string;
    offsets?: DrawingOffsets;
    rotation?: number;
}

Hierarchy

  • AnchoredItemTransactionState
    • DrawingTransactionState

Properties

anchorType: AnchorType
description?: string
hidden?: boolean
lockAspectRatio?: boolean
name?: string
offsets?: DrawingOffsets
rotation?: number