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

ParameterTypeDescription
params?object-
params.editorId?stringThe id to access the realm with. See useRemoteMDXEditorRealm.

Returns

RealmPlugin

See

useRemoteMDXEditorRealm.