DropFileEvent

data class DropFileEvent(var type: DropFileEvent.Type = Type.START, var files: List<VfsFile>? = null) : Event, TEvent<DropFileEvent>

Constructors

Link copied to clipboard
constructor(type: DropFileEvent.Type = Type.START, files: List<VfsFile>? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var target: Any?
Link copied to clipboard
open override var type: DropFileEvent.Type

Functions

Link copied to clipboard
Link copied to clipboard
fun preventDefault(reason: Any? = null)
Link copied to clipboard
fun Event.preventDefault(reason: Any? = null): Nothing
Link copied to clipboard
fun stopPropagation(reason: Any? = null)