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`. */ /**