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
Adds the given
valueto a listy property, either at the end ifinsertionIndexis not set, or at the indicated index, shifting any and all subsequent items "down".