remirror/remirror

View on GitHub
docs/extensions/events-extension.mdx

Summary

Maintainability
Test Coverage
---
hide_title: true
title: 'EventsExtension'
---

# `EventsExtension`

## Summary

The events extension which listens to events which occur within the remirror editor.

## Usage

### Installation

This extension is installed for you when you install the main `remirror` package.

You can use the imports in the following way:

```ts
import { EventsExtension } from 'remirror/extensions';
```

The extension is provided by the `@remirror/extension-events` package.

## API

- [EventsExtension](../api/extension-events)