Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMoveMutator

Moves the item of listy property at the given fromIndex to the given toIndex, reshuffling all other items accordingly.

Hierarchy

Index

Properties

fromIndex

fromIndex: number

mutatorType

mutatorType: string

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.

toIndex

toIndex: number

Generated using TypeDoc