DataMove

Transfer data between different components.

Implements interface for data moving and transformation.

Required for dnd between components.

Methods
copy copies an item to the same or another object
move moves the specified item to a new position
moveBottom moves the specified item to the last position
moveDown increases the item index and moves the item to the new position
moveTop moves the specified item to the first position
moveUp decreases the item index and moves the item to the new position
Properties
externalData allows defining custom 'move' logic for the component.
Back to top