MCPcopy Index your code
hub / github.com/angular-split/angular-split / ClientPoint

Interface ClientPoint

projects/angular-split/src/lib/utils.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { Observable, filter, fromEvent, merge } from 'rxjs'
3
4export interface ClientPoint {
5 x: number
6 y: number
7}
8
9/**
10 * Only supporting a single {@link TouchEvent} point

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…