# EventData

## Extends

- `EventData`

### object?

```ts
optional object: object;
```

#### Index Signature

```ts
[key: string]: any
```

#### Inherited from

```ts
bkper.EventData.object
```

***

### previousAttributes?

```ts
optional previousAttributes: object;
```

The object previous attributes when updated

#### Index Signature

```ts
[name: string]: string
```

#### Inherited from

```ts
bkper.EventData.previousAttributes
```
