The response returned from a hook's execute method.

interface PreEventHookResponse {
    abort?: boolean;
}

Properties

Properties

abort?: boolean