Skip to main content

@lexical/react/LexicalListPlugin

Interfaces

ListPluginProps

Defined in: packages/lexical-react/src/LexicalListPlugin.ts:21

Properties

hasStrictIndent?

optional hasStrictIndent: boolean

Defined in: packages/lexical-react/src/LexicalListPlugin.ts:26

When true, enforces strict indentation rules for list items, ensuring consistent structure. When false (default), indentation is more flexible.

shouldPreserveNumbering?

optional shouldPreserveNumbering: boolean

Defined in: packages/lexical-react/src/LexicalListPlugin.ts:31

When true, splitting a numbered list will preserve the numbering continuity. When false (default), the new split list resets to 1.

Functions

ListPlugin()

ListPlugin(__namedParameters): null

Defined in: packages/lexical-react/src/LexicalListPlugin.ts:34

Parameters

__namedParameters

ListPluginProps

Returns

null