init(allowCopy:allowMove:allowDelete:)

Creates a value that describes the operations allowed for drags that end within the application.

Declaration

init(allowCopy: Bool = true, allowMove: Bool = false, allowDelete: Bool = false)