# EventArgs

## Content

# Type Alias: EventArgs

```ts
type EventArgs = object;
```

Base type for event arguments.

## Properties

### eventName?

```ts
optional eventName: EventName;
```

Event name.

***

### source?

```ts
optional source: ImageViewerAPI;
```

Event source.
