moves files in the queue
id | string | the ID of a file |
index | number | the position to which the file will be placed in the list |
target | object | optional, the data collection (Data/TreeCollection) where the file will be placed |
targetId | number | optional, the ID of the node (for TreeCollection) where the file will be placed |
// moves the shape with id="img3" to the position with index 0
vault.data.move("img3",0);