# EditorInFocus

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/editor/src/plugins/core/index.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/plugins/core/index.ts#L109)

The type of the editor being edited currently. Custom editors can override this, so that the toolbar can change its contents.

## Properties

| Property | Type |
|---|---|
| `editorType` | `string` |
| `rootNode` | `LexicalNode | null` |
| `editorRef` | `unknown` |
