Skip to content

Documentation / @ripl/vue / RiplPointerPayload

Interface: RiplPointerPayload ​

Defined in: adapters/vue/src/types.ts:16

The payload carried by a pointer event: the pointer position in logical (CSS) pixels.

Extended by ​

Properties ​

PropertyTypeDescriptionDefined in
xnumberX coordinate of the pointer, relative to the context element's top-left.adapters/vue/src/types.ts:18
ynumberY coordinate of the pointer, relative to the context element's top-left.adapters/vue/src/types.ts:20