Merge pull request #12416 from ahocevar/eventtype-generics
Use generics to limit event types in on(), once() and un()
This commit is contained in:
@@ -147,6 +147,7 @@ const originalFeatureStyles = {};
|
||||
* Selected features are added to an internal unmanaged layer.
|
||||
*
|
||||
* @fires SelectEvent
|
||||
* @extends Interaction<'select'>
|
||||
* @api
|
||||
*/
|
||||
class Select extends Interaction {
|
||||
|
||||
Reference in New Issue
Block a user