gridstack - v12.3.3
    Preparing search index...

    Type Alias EventCallback

    EventCallback: (event: Event) => boolean | void

    Type for event callback functions used in drag & drop operations. Can return boolean to indicate if the event should continue propagation.

    Type declaration

      • (event: Event): boolean | void
      • Parameters

        • event: Event

        Returns boolean | void