Kind: Interface
Source: atloria-monorepo/packages/editor/src/RealmWithPlugins.tsx
A plugin for the editor.
Properties
| Property | Type |
|---|---|
init | (realm: Realm) => void |
update | (realm: Realm) => void |
postInit | (realm: Realm) => void |
Kind: Interface
Source: atloria-monorepo/packages/editor/src/RealmWithPlugins.tsx
A plugin for the editor.
| Property | Type |
|---|---|
init | (realm: Realm) => void |
update | (realm: Realm) => void |
postInit | (realm: Realm) => void |
Was this page helpful?