MCPcopy Create free account
hub / github.com/testing-library/user-event / Element

Interface Element

src/utils/pointer/cssPointerEvents.ts:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37const PointerEventsCheck = Symbol('Last check for pointer-events')
38declare global {
39 interface Element {
40 [PointerEventsCheck]?: {
41 [k in ApiLevel]?: object
42 } & {
43 result: ReturnType<typeof closestPointerEventsDeclaration>
44 }
45 }
46}
47
48function checkPointerEvents(instance: Instance, element: Element) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…