Move Incident
The moveIncident method allows us to place an Incident that is already on a Group’s or Clip’s timeline to a different millisecond.
- Method: moveIncident
- Arguments (2):
- Incident (the Incident to be moved) or
- alternatively id (the id of the Incident to be moved)
- millisecond: the new millisecond that we want to place the Incident
- Incident (the Incident to be moved) or
- Returns: object with the following keys:
- result: either true or false
- errors: an array of errors in case the move is not valid