interface DocumentSelectionState {
    activeDrawingAreaId: null | string;
    activeObjectIds: string[];
}

Properties

activeDrawingAreaId: null | string
activeObjectIds: string[]