Skip to main content

Module: @lexical/react/LexicalEditorRefPlugin

Functions

EditorRefPlugin

EditorRefPlugin(«destructured»): null

Use this plugin to access the editor instance outside of the LexicalComposer. This can help with things like buttons or other UI components that need to update or read EditorState but need to be positioned outside the LexicalComposer in the React tree.

Parameters

NameType
«destructured»Object
› editorRef(instance: null | LexicalEditor) => void | MutableRefObject<undefined | null | LexicalEditor>

Returns

null

Defined in

packages/lexical-react/src/LexicalEditorRefPlugin.tsx:21