(location: LocationIndex[])
| 75 | } |
| 76 | |
| 77 | delete(location: LocationIndex[]) { |
| 78 | this.operations.push({ |
| 79 | operation: 'Delete', |
| 80 | location, |
| 81 | params: {} |
| 82 | }); |
| 83 | return this; |
| 84 | } |
| 85 | |
| 86 | insert(location: LocationIndex[], index: number, value: any) { |
| 87 | this.operations.push({ |