sesaparcours
    Preparing search index...
    EventSvgCallback: (event: Event, x?: number, y?: number) => void

    Event callback

    Type Declaration

      • (event: Event, x?: number, y?: number): void
      • Parameters

        • event: Event

          The trigger event

        • Optionalx: number

          x-coordinate of the mouse pointer in the svg (not provided on touchend & touchcancel event)

        • Optionaly: number

          y-coordinate of the mouse pointer in the svg (not provided on touchend & touchcancel event)

        Returns void