mooball
    Preparing search index...

    Interface SandboxOnlyCallbacks

    interface SandboxOnlyCallbacks {
        filterEvents?(event: MooballEvent): boolean;
    }
    Index

    Methods

    • This is a special callback for the sandbox to be able to filter some events. This callback is called for every single event that occurs in the sandbox, and the events that return false from this callback are not executed.

      Parameters

      Returns boolean

      A boolean that represents whether this event will be executed or not.