Contents

dropEntered(info:)

Tells the delegate a validated drop has entered the modified view.

Declaration

@MainActor @preconcurrency func dropEntered(info: DropInfo)

Discussion

The default implementation does nothing.

See Also

Receiving drop information