Skip to content

API Reference / @gtkx/testing / DropOptions

Type Alias: DropOptions

DropOptions = object

Defined in: user-event/gesture.d.ts:6

Options for a drop: the drop coordinates within the target.

Properties

x?

optional x?: number

Defined in: user-event/gesture.d.ts:7


y?

optional y?: number

Defined in: user-event/gesture.d.ts:8

Released under the MPL-2.0 License.