# EventList

## Extends

- `EventList`

### cursor?

```ts
optional cursor: string;
```

The cursor, for pagination

#### Inherited from

```ts
bkper.EventList.cursor
```

***

### items?

```ts
optional items: Event[];
```

List items

#### Inherited from

```ts
bkper.EventList.items
```
