Skip to content
SiteEmail

cohtml::EventAction

Holds the possible actions when deciding if to handle an input event.

Name
enumActions { ContinueHandling, InterruptHandling}
Possible actions when deciding on input handling.
EnumeratorValueDescription
ContinueHandlingThe View will continue with the normal handling of the event.
InterruptHandlingAll handling will be interrupted along with event bubbling. Eventual event listeners on the Node will not be called.

Possible actions when deciding on input handling.