This commit is contained in:
Matthias Kretschmar
2017-09-18 08:29:58 +02:00
parent e4ce585bf2
commit 609f1756c7

View File

@@ -12436,11 +12436,13 @@ declare module olx {
/**
* @typedef {{className: (string|undefined),
* condition: (ol.EventsConditionType|undefined),
* minArea: (number|undefined),
* boxEndCondition: (ol.DragBoxEndConditionType|undefined)}}
*/
interface DragBoxOptions {
className?: string;
condition?: ol.EventsConditionType;
minArea?: number;
boxEndCondition?: ol.DragBoxEndConditionType;
}