Interface AsukaDocumentSelectionState

interface AsukaDocumentSelectionState {
    activeDrawingAreaId: null | string;
    activeObjectIds: string[];
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

activeDrawingAreaId: null | string
activeObjectIds: string[]