This is what gets passed into LikeHandlers.handleEvent functions, which are used to filter event streams.
Example:
{ type: 'mousemoved', args: [ [100, 250], [-5, -5] ] } Copy
{ type: 'mousemoved', args: [ [100, 250], [-5, -5] ] }
LikeHandlers has the full list.
This is what gets passed into LikeHandlers.handleEvent functions, which are used to filter event streams.
Example:
LikeHandlers has the full list.