Type alias MediatorCancelEvent

MediatorCancelEvent: {
    cancel: true;
}

Represents a cancel event propagation type. When returned from a middleware, it stops the event processing entirely.

Type declaration

  • cancel: true

    Indicates that the event should be cancelled