Kind: Interface
Source: atloria-monorepo/packages/editor/src/plugins/core/NestedLexicalEditor.tsx
Properties
| Property | Type |
|---|---|
parentEditor | LexicalEditor |
config | EditorConfig |
mdastNode | T |
lexicalNode | `DecoratorNode |
/** * Use this method to update the mdast node. This will also update the mdast tree of the parent editor. */ setMdastNode: (mdastNode: any) => void
}| |focusEmitter|VoidEmitter` |
Was this page helpful?