> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.Supporting_types.EntityQuerySubscriptionDelta.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface EntityQuerySubscriptionDelta<T>

```typescript
interface EntityQuerySubscriptionDelta<T = unknown> {
    change: EntityQuerySubscriptionChange<T>;
    eventCursor: number;
    kind: "delta";
}
```

Types: [T](#t), [change](#change), [EntityQuerySubscriptionChange](../types/core.Supporting_types.EntityQuerySubscriptionChange.md), [eventCursor](#eventcursor), [kind](#kind)

#### Type Parameters

*   <a id="t"></a>T = unknown

##### Index

### <a id="properties"></a>Properties

[change](#change) [eventCursor](#eventcursor) [kind](#kind)

## <a id="properties-1"></a>Properties

### <a id="change"></a>change

```typescript
change: EntityQuerySubscriptionChange<T>
```

Types: [EntityQuerySubscriptionChange](../types/core.Supporting_types.EntityQuerySubscriptionChange.md), [T](#t)

### <a id="eventcursor"></a>eventCursor

```typescript
eventCursor: number
```

### <a id="kind"></a>kind

```typescript
kind: "delta"
```
