Package-level declarations

Types

Link copied to clipboard
sealed interface AllowedEffect
Link copied to clipboard
open class DataTransfer

The DataTransfer object is used to hold any data transferred between contexts, such as a drag and drop operation, or clipboard read/write.

Link copied to clipboard

The DataTransferItem object represents one drag data item.

Link copied to clipboard

The DataTransferItemList object is a list of DataTransferItem objects representing items being dragged.

Link copied to clipboard
sealed interface DropEffect
Link copied to clipboard
typealias FunctionStringCallback = (data: String) -> Unit