# RealmPlugin

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/editor/src/RealmWithPlugins.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/RealmWithPlugins.tsx#L9)

A plugin for the editor.

## Properties

| Property | Type |
|---|---|
| `init` | `(realm: Realm) => void` |
| `update` | `(realm: Realm) => void` |
| `postInit` | `(realm: Realm) => void` |
