Skip to content

API Reference / @gtkx/testing / ScrollDelta

Type Alias: ScrollDelta

ScrollDelta = object

Defined in: user-event/adjustment.d.ts:3

A scroll distance in pixels along each axis.

Properties

x?

optional x?: number

Defined in: user-event/adjustment.d.ts:4


y?

optional y?: number

Defined in: user-event/adjustment.d.ts:5

Released under the MPL-2.0 License.