Contents

dropExited(info:)

Tells the delegate a validated drop operation has exited the modified view.

Declaration

@MainActor @preconcurrency func dropExited(info: DropInfo)

Discussion

The default implementation does nothing.

See Also

Receiving drop information