Add insertFirst option in ol.OverlayOptions typedef
This commit is contained in:
committed by
Éric Lemoine
parent
9ada23a08a
commit
69cee6a410
@@ -79,7 +79,9 @@
|
|||||||
* projection.
|
* projection.
|
||||||
* @property {ol.OverlayPositioning|undefined} positioning Positioning.
|
* @property {ol.OverlayPositioning|undefined} positioning Positioning.
|
||||||
* @property {boolean|undefined} stopEvent Whether event propagation to the map
|
* @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
|
* @todo stability experimental
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user