Interface: NestedEditorsContextValue<T>

The value of the NestedEditorsContext React context.

Type parameters

Type parameter
T extends Node

Properties

PropertyTypeDescription
configEditorConfigThe parent editor config
focusEmitterVoidEmitterSubscribe to the emitter and implement the logic to focus the custom editor.
lexicalNodeDecoratorNode<any> & objectThe lexical node that is being edited
mdastNodeTThe mdast node that is being edited
parentEditorLexicalEditorThe parent lexical editor