The type of the mutator, which can be one of deltas.deltas.MutatorTypes, as a string.
This type determines the rest of the JSON serialization:
"CHANGE" → IChangeMutator,
"ADD" → IAddMutator,
"REMOVE" → IRemoveMutator,
"MOVE" → IMoveMutator.
Generated using TypeDoc
Moves the item of listy property at the given
fromIndexto the giventoIndex, reshuffling all other items accordingly.