# Base Event Properties
All the properties that belong to this BaseEvent instance (which can be undefined, unless they have a default value set):
| Property | Description | Type Values | Optional |
|---|---|---|---|
| name | The name for this event | string | ❌ |
| enabled | Whether or not this event is enabled | boolean | ✔️ |
| event | The name of the event which should correspond to an event that AbrevioClient holds | string | ✔️ |
| emitter | The EventEmitter which holds this event (AbrevioClient by def.) | EventEmitter | ✔️ |