event chain documentation

This commit is contained in:
simonseyock
2019-01-28 20:50:33 +01:00
parent 8674da9a3e
commit c18a833880
3 changed files with 10 additions and 4 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ import {clamp} from '../math.js';
* Method called by the map to notify the interaction that a browser event was
* dispatched to the map. If the function returns a falsy value, propagation of
* the event to other interactions in the map's interactions chain will be
* prevented (this includes functions with no explicit return).
* prevented (this includes functions with no explicit return). The interactions
* are traversed in reverse order of the interactions collection of the map.
*/