OperationFactory
class
A factory class for creating operations.
Methods
Static methods
-
module:engine/model/operation/operationfactory~OperationFactory.fromJSON
Creates an operation instance from a JSON object (parsed JSON string).
Parameters
json : any
Deserialized JSON object.
document : ModelDocument
Document on which this operation will be applied.
Returns