Type Alias NxPatch

type NxPatch = {
    qOp?: NxPatchOperationType;
    qPath?: string;
    qValue?: string;
}
Index

Properties

Properties

Operation to perform.

One of:

  • add or Add
  • remove or Remove
  • replace or Replace
qPath?: string

Path to the property to add, remove or replace.

qValue?: string

This parameter is not used in a remove operation. Corresponds to the value of the property to add or to the new value of the property to update. Examples: "false", "2", ""New title""