Source set: Common
public interface DragInteraction : Interaction
An interaction related to drag events.
Members
Start
Source set: Common
public class Start : DragInteraction
An interaction representing a drag event on a component.
Stop
Source set: Common
public class Stop(public val start: Start) : DragInteraction
An interaction representing the stopping of a Start event on a component.
Cancel
Source set: Common
public class Cancel(public val start: Start) : DragInteraction
An interaction representing the cancellation of a Start event on a component.