Skip to main content

DragWillAcceptEvent

Event payload for DragTarget.on_will_accept.

Inherits: flet.controls.core.drag_target.DragEventBase

Properties

  • accept - Whether this target will accept the dragged source.

Properties

acceptinstance-attribute

accept: bool

Whether this target will accept the dragged source.