# VoidEmitter

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/editor/src/utils/voidEmitter.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/utils/voidEmitter.ts#L8)

An emitter object that has a single subscription that will be executed.
The construct is used so that the lexical nodes can focus their React component editors.

## Properties

| Property | Type |
|---|---|
| `subscribe` | `(cb: () => void) => void` |
