OperationFactory
class
A factory class for creating operations.
Methods
Static methods
module:engine/model/operation/operationfactory~OperationFactory.fromJSONCreates an operation instance from a JSON object (parsed JSON string).
Parameters
json : anyDeserialized JSON object.
document : ModelDocumentDocument on which this operation will be applied.
Returns