Sign up (with export icon)

OperationFactory

Api-class icon class

A factory class for creating operations.

Methods

Static methods

  • Chevron-right icon

    fromJSON( json, document ) → Operation
    static

    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

    Operation