MCPcopy
hub / github.com/angular/components / onPointerdown

Method onPointerdown

src/aria/private/toolbar/toolbar.ts:193–196  ·  view source on GitHub ↗
(event: PointerEvent)

Source from the content-addressed store, hash-verified

191 }
192
193 onPointerdown(event: PointerEvent) {
194 this.hasBeenInteracted.set(true);
195 event.preventDefault();
196 }
197
198 onFocusIn() {
199 this.hasBeenInteracted.set(true);

Callers 1

toolbar.spec.tsFile · 0.80

Calls 1

setMethod · 0.80

Tested by

no test coverage detected