@lexical/react/LexicalTabIndentationPlugin
Functions
TabIndentationPlugin()
TabIndentationPlugin(
__namedParameters
):null
Defined in: packages/lexical-react/src/LexicalTabIndentationPlugin.tsx:20
This plugin adds the ability to indent content using the tab key. Generally, we don't recommend using this plugin as it could negatively affect accessibility for keyboard users, causing focus to become trapped within the editor.
Parameters
__namedParameters
maxIndent?
number
Returns
null
References
registerTabIndentation
Re-exports registerTabIndentation