[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › [local‑first/Query](https://evolu.dev/docs/api-reference/common/local-first/Query) › ReplaceAtPatch

Defined in: [packages/common/src/local-first/Query.ts:350](https://github.com/evoluhq/evolu/blob/49ea8ca499566aba270f8cb601e7f49aa62320f8/packages/common/src/local-first/Query.ts#L350)

## Properties

<a id="index"></a>

### index

```ts
readonly index: number;
```

Defined in: [packages/common/src/local-first/Query.ts:352](https://github.com/evoluhq/evolu/blob/49ea8ca499566aba270f8cb601e7f49aa62320f8/packages/common/src/local-first/Query.ts#L352)

---

<a id="op"></a>

### op

```ts
readonly op: "replaceAt";
```

Defined in: [packages/common/src/local-first/Query.ts:351](https://github.com/evoluhq/evolu/blob/49ea8ca499566aba270f8cb601e7f49aa62320f8/packages/common/src/local-first/Query.ts#L351)

---

<a id="value"></a>

### value

```ts
readonly value: Row;
```

Defined in: [packages/common/src/local-first/Query.ts:353](https://github.com/evoluhq/evolu/blob/49ea8ca499566aba270f8cb601e7f49aa62320f8/packages/common/src/local-first/Query.ts#L353)