guard
- guard paper from handling a browser UI event. This function is of the form
function(evt, view)
and should return false
if you want to prevent the paper from handling the event evt
,
true
otherwise. This is an advanced option that can be useful if you have your own logic for handling events.