diff --git a/src/objectliterals.jsdoc b/src/objectliterals.jsdoc index e2b9e3ea75..3f1508a2ad 100644 --- a/src/objectliterals.jsdoc +++ b/src/objectliterals.jsdoc @@ -79,7 +79,9 @@ * projection. * @property {ol.OverlayPositioning|undefined} positioning Positioning. * @property {boolean|undefined} stopEvent Whether event propagation to the map - * should be stopped. Default is `false`. + * should be stopped. Default is `false`. + * @property {boolean|undefined} insertFirst Whether the overlay is inserted + * first in the container div, or appended. Default is `false`. * @todo stability experimental */