From 8c8dbe2eceebf6b6bddb24f2a89d563bad8fb3d2 Mon Sep 17 00:00:00 2001 From: Bruno Binet Date: Fri, 11 Oct 2013 11:07:08 +0200 Subject: [PATCH] Add stopEvent option in ol.OverlayOptions typedef --- src/objectliterals.jsdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/objectliterals.jsdoc b/src/objectliterals.jsdoc index 1385e200a3..333dbb1eca 100644 --- a/src/objectliterals.jsdoc +++ b/src/objectliterals.jsdoc @@ -72,6 +72,8 @@ * @property {ol.Coordinate|undefined} position The overlay position in map * projection. * @property {ol.OverlayPositioning|undefined} positioning Positioning. + * @property {boolean|undefined} stopEvent Whether event propagation to the map + * should be stopped. Default is `false`. */ /**