Skip to content
This repository was archived by the owner on Jul 29, 2019. It is now read-only.
This repository was archived by the owner on Jul 29, 2019. It is now read-only.

Timeline: Control over the drop event #2834

@gulench

Description

@gulench

The current implementation of drag-and-drop in the Timeline component does not provide a way for an application to inspect and make use of the context of the drop event. I'm looking for an option to specify how to handle drop events, through which one would be able to do the following:

  1. Inspect properties of target (item/group) of the drop, and time of the drop.
  2. Make use of the target properties, and the dragged item, to populate the properties of the item to be added.
  3. Use the above information and decide whether to accept or reject the drop event. Based on the outcome, one would have the opportunity to update the dragged item.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions