interface DocumentDrawingAreaState {
    height: number;
    id: string;
    physicalSize?: AsukaPhysicalSize;
    shape?: string;
    sourcePath?: string;
    sourceSvg?: string;
    width: number;
    x: number;
    y: number;
}

Properties

height: number
id: string
physicalSize?: AsukaPhysicalSize
shape?: string
sourcePath?: string
sourceSvg?: string
width: number
x: number
y: number