@sovereignbase/dragonwatch
    Preparing search index...

    Type Alias IntersectionCallback

    IntersectionCallback: (dragged: HTMLElement, watcher: HTMLElement) => void

    Receives a dragged element and the watched element it intersects.

    Type Declaration

      • (dragged: HTMLElement, watcher: HTMLElement): void
      • Parameters

        • dragged: HTMLElement

          The element being moved by the active pointer interaction.

        • watcher: HTMLElement

          The element registered as watching the dragged element.

        Returns void