模組:@lexical/react/LexicalEditorRefPlugin
函式
EditorRefPlugin
▸ EditorRefPlugin(«destructured»
): null
使用此插件可以在 LexicalComposer
之外訪問編輯器實例。這對於需要更新或讀取 EditorState
但必須位於 LexicalComposer
之外的按鈕或其他 UI 元件來說非常有用。
參數
名稱 | 類型 |
---|---|
«destructured» | Object |
› editorRef | (instance : null | LexicalEditor ) => void | MutableRefObject <undefined | null | LexicalEditor > |
回傳
null