Member Junction
    Preparing search index...

    Cancelable event payload. Set Cancel = true in the handler to prevent the default action from executing.

    interface CancelableCardEvent<T> {
        Cancel: boolean;
        Data: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    Cancel: boolean

    Set to true to cancel the default action

    Data: T

    The data associated with the event