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

# Interface EntityWatchResult

```typescript
interface EntityWatchResult {
    cursor: number;
    events: EntityEvent[];
}
```

Types: [cursor](#cursor), [events](#events), [EntityEvent](core.EntityEvent.md)

##### Index

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

[cursor](#cursor) [events](#events)

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

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

```typescript
cursor: number
```

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

```typescript
events: EntityEvent[]
```

Types: [EntityEvent](core.EntityEvent.md)
