Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMutator

Base interface for mutators acting on a property's value.

Hierarchy

Index

Properties

Properties

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.

Generated using TypeDoc