DragInterceptedParameter

@Serializable
data class DragInterceptedParameter(val data: Input.DragData)

Emitted only when Input.setInterceptDrags is enabled. Use this data with Input.dispatchDragEvent to restore normal drag and drop behavior.

Constructors

Link copied to clipboard
constructor(data: Input.DragData)

Properties

Link copied to clipboard