Home / Function/ pointerup() — react Function Reference

pointerup() — react Function Reference

Architecture documentation for the pointerup() function in domEvents.js from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  0b56914f_46d1_ad4a_1f97_33d29d21682f["pointerup()"]
  fd9d5c95_e738_dee5_e510_e7b1e9e4ea39["domEvents.js"]
  0b56914f_46d1_ad4a_1f97_33d29d21682f -->|defined in| fd9d5c95_e738_dee5_e510_e7b1e9e4ea39
  5d33cdd5_f0cb_068c_e5f4_c7bb90f089ae["pointerup()"]
  5d33cdd5_f0cb_068c_e5f4_c7bb90f089ae -->|calls| 0b56914f_46d1_ad4a_1f97_33d29d21682f
  7d91ff05_2240_1619_d742_200a91c5a4eb["createEventTarget()"]
  7d91ff05_2240_1619_d742_200a91c5a4eb -->|calls| 0b56914f_46d1_ad4a_1f97_33d29d21682f
  597d8a1a_f8f1_99a0_8d2f_b1994803b1f7["createPointerEvent()"]
  0b56914f_46d1_ad4a_1f97_33d29d21682f -->|calls| 597d8a1a_f8f1_99a0_8d2f_b1994803b1f7
  style 0b56914f_46d1_ad4a_1f97_33d29d21682f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/dom-event-testing-library/domEvents.js lines 366–373

export function pointerup(payload) {
  return createPointerEvent('pointerup', {
    button: buttonType.primary,
    ...payload,
    buttons: buttonsType.none,
    pressure: 0,
  });
}

Domain

Subdomains

Frequently Asked Questions

What does pointerup() do?
pointerup() is a function in the react codebase, defined in packages/dom-event-testing-library/domEvents.js.
Where is pointerup() defined?
pointerup() is defined in packages/dom-event-testing-library/domEvents.js at line 366.
What does pointerup() call?
pointerup() calls 1 function(s): createPointerEvent.
What calls pointerup()?
pointerup() is called by 2 function(s): createEventTarget, pointerup.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free