Interface AsukaDocumentDrawingAreasState

interface AsukaDocumentDrawingAreasState {
    activeByView?: Record<string, null | string>;
    activeDrawingAreaId?: null | string;
    byView?: Record<string, AsukaDocumentDrawingAreaState[]>;
    zones?: AsukaDocumentDrawingAreaState[];
}

Properties

activeByView?: Record<string, null | string>
activeDrawingAreaId?: null | string
byView?: Record<string, AsukaDocumentDrawingAreaState[]>

Authoritative per-view drawing/print areas.

Drawing areas for the active view.