Member Junction
    Preparing search index...

    Base shape for every cancelable Before-event. Set Cancel to true to veto the action.

    interface LiveKitCancelableEvent {
        Cancel: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Cancel: boolean

    Set to true in a handler to cancel the pending action. Defaults to false.