Builder

class Builder(val x: Double, val y: Double)(source)

Constructors

Link copied to clipboard
constructor(x: Double, y: Double)

Properties

Link copied to clipboard

Which type of input events to be generated (default: 'default', which queries the platform for the preferred input type).

Link copied to clipboard

The name of the interaction markers to generate, if not empty (default: "").

Link copied to clipboard

Prevent fling (default: true).

Link copied to clipboard

The number of times to repeat the gesture (default: 0).

Link copied to clipboard

The number of milliseconds delay between each repeat. (default: 250).

Link copied to clipboard
var speed: Int?

Swipe speed in pixels per second (default: 800).

Link copied to clipboard
val x: Double

X coordinate of the start of the gesture in CSS pixels.

Link copied to clipboard

The distance to scroll along the X axis (positive to scroll left).

Link copied to clipboard

The number of additional pixels to scroll back along the X axis, in addition to the given distance.

Link copied to clipboard
val y: Double

Y coordinate of the start of the gesture in CSS pixels.

Link copied to clipboard

The distance to scroll along the Y axis (positive to scroll up).

Link copied to clipboard

The number of additional pixels to scroll back along the Y axis, in addition to the given distance.

Functions

Link copied to clipboard