DragTargetEvent
Event payload for drag move and accepted-drop callbacks.
Inherits: Event
Properties
global_position- Pointer position in the global coordinate space.local_position- Pointer position relative to the target bounds.src- SourceDraggablecontrol resolved fromsrc_id.src_id- ID of theDraggablesource control, if available.
Properties
global_positionclass-attributeinstance-attribute
global_position: Offset = field(
metadata={"data_field": "g"}
)Pointer position in the global coordinate space.
local_positionclass-attributeinstance-attribute
local_position: Offset = field(metadata={"data_field": "l"})Pointer position relative to the target bounds.