INxPatch Interface
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  
  
  Assembly: Qlik.Engine.dll
Syntax
[ValueClass]
public interface INxPatch : IAbstractStructureProperties
| Name | Description | 
|---|---|
| Op | Operation to perform. JSON property name: qOp | 
| Path | Path to the property to add, remove or replace. JSON property name: qPath | 
| Value | 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"" JSON property name: qValue |