Type alias EventAfterEventHandler

EventAfterEventHandler: Omit<InteractionEvent, "position" | "positionOrPixel"> & {
    position: Coordinate;
    positionOrPixel: Coordinate;
}

Type declaration

  • position: Coordinate
  • positionOrPixel: Coordinate

Generated using TypeDoc