@lexical/extension/NormalizeInlineElementsExtension
Interfaces
NormalizeInlineElementsConfig
Defined in: packages/lexical-extension/src/NormalizeInlineElementsExtension.ts:22
Properties
disabled
disabled:
boolean
Defined in: packages/lexical-extension/src/NormalizeInlineElementsExtension.ts:23
Variables
NormalizeInlineElementsExtension
constNormalizeInlineElementsExtension:LexicalExtension<NormalizeInlineElementsConfig,"@lexical/NormalizeInlineElements",NamedSignalsOutput<NormalizeInlineElementsConfig>,unknown>
Defined in: packages/lexical-extension/src/NormalizeInlineElementsExtension.ts:43
This extension removes empty inline nodes from the EditorState. This extension is designed to facilitate a smooth migration from the plugin API with the option to disable it, but it may be removed in the future and integrated into the core