Select example and skeleton with event listeners
This commit is contained in:
@@ -201,6 +201,15 @@
|
||||
* Default is '' (empty string).
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {Object} ol.control.SelectOptions
|
||||
* @property {string|undefined} className CSS class name. Default is 'ol-select'.
|
||||
* @property {Element|undefined} element Element.
|
||||
* @property {Array.<ol.layer.Layer>|undefined} layers Layers to select features on.
|
||||
* @property {ol.Map|undefined} map Map.
|
||||
* @property {Element|undefined} target Target.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {Object} ol.control.ScaleLineOptions
|
||||
* @property {string|undefined} className CSS Class name. Default is 'ol-scale-line'.
|
||||
|
||||
Reference in New Issue
Block a user