Function: remoteRealmPlugin()
remoteRealmPlugin(
params
?):RealmPlugin
A plugin that allows you to access the editor's realm outside of the editor's component tree.
Requires wrapping your application in the RemoteMDXEditorRealmProvider
component.
Parameters
Parameter | Type | Description |
---|---|---|
params ? | object | - |
params.editorId ? | string | The id to access the realm with. See useRemoteMDXEditorRealm. |