cohtml::EventAction
Holds the possible actions when deciding if to handle an input event.
| Name | |
|---|---|
| enum | Actions { ContinueHandling, InterruptHandling} Possible actions when deciding on input handling. |
Types Documentation
Section titled “Types Documentation”enum Actions
Section titled “enum Actions”| Enumerator | Value | Description |
|---|---|---|
| ContinueHandling | The View will continue with the normal handling of the event. | |
| InterruptHandling | All 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.
© 2026 Coherent Labs. All rights reserved.