Base class for all cancelable graph events. Listeners flip Cancel = true to halt the operation before it executes.
Cancel = true
Set to true in a Before-event listener to prevent the action from completing
Optional
Optional human-readable reason for telemetry, debugging, or UI feedback
Base class for all cancelable graph events. Listeners flip
Cancel = trueto halt the operation before it executes.