Class: PatchOperation

PatchOperation(copyData)

new PatchOperation(copyData)

Represents a single patch operation

Parameters:
Name Type Description
copyData PatchOperation Copy constructor (if present)
Properties:
Name Type Description
op PatchOperationType Gets or sets the operation type(see: PatchOperationType for values)
path string Gets or sets the path
value Object Get or sets the value
Source:

Members

op :PatchOperationType

Gets or sets the operation type

Type:
Source:

path :string

Gets or sets the path

Type:
  • string
Source:

value :Object

Get or sets the value

Type:
  • Object
Source: