Member Junction
    Preparing search index...

    Base shape for all cancelable "Before*" events. Handlers may set Cancel = true to abort the pending action (mirrors the ng-conversations beforeAgentTurn pattern).

    interface MediaPlayerCancelableEvent {
        Cancel: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Cancel: boolean

    Set to true in a handler to prevent the pending action.