mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
Added minArea to DragBoxOptions (https://openlayers.org/en/latest/apidoc/ol.interaction.DragBox.html)
This commit is contained in:
2
types/openlayers/index.d.ts
vendored
2
types/openlayers/index.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user