OUTPUT OF NOTE

Funtion (e) Javascript

OUTPUT OF : 

document.getElementById("eightt").addEventListener("click", function(e){console.log(e)})

OUTPUT 

  1. PointerEvent {isTrusted: true, pointerId: 0, width: 1, height: 1, pressure: 0, …}
    1. isTrusted: true
    2. altKey: false
    3. altitudeAngle: 1.5707963267948966
    4. azimuthAngle: 0
    5. bubbles: true
    6. button: 0
    7. buttons: 0
    8. cancelBubble: false
    9. cancelable: true
    10. clientX: 296
    11. clientY: 511
    12. composed: true
    13. ctrlKey: false
    14. currentTarget: null
    15. defaultPrevented: false
    16. detail: 1
    17. eventPhase: 0
    18. fromElement: null
    19. height: 1
    20. isPrimary: false
    21. layerX: 296
    22. layerY: 511
    23. metaKey: false
    24. movementX: 0
    25. movementY: 0
    26. offsetX: 78
    27. offsetY: 102
    28. pageX: 296
    29. pageY: 511
    30. pointerId: 0
    31. pointerType: "touch"
    32. pressure: 0
    33. relatedTarget: null
    34. returnValue: true
    35. screenX: 432
    36. screenY: 496
    37. shiftKey: false
    38. tangentialPressure: 0
    39. tiltX: 0
    40. tiltY: 0
    41. timeStamp: 1139488.799999997
    42. toElement: null
    43. twist: 0
    44. type: "click"
    45. which: 1
    46. width: 1
    47. x: 296
    48. y: 511

Comments

Popular posts from this blog

CSS simple grid layout

Gsap timeline position parameters

GSAP Timelines