Docs
Trailing Block

Trailing Block

Ensure a trailing block is always present in the document.

Loading...

Features

  • Automatically adds a trailing block to the document.
  • Configurable block type and level.

Installation

npm install @udecode/plate-trailing-block

Usage

import { TrailingBlockPlugin } from '@udecode/plate-trailing-block';
const plugins = [
  // ...otherPlugins,
  TrailingBlockPlugin.configure({
    options: {
      level: 0, // Level where the trailing block should be
      type: ParagraphPlugin.key,
    },
  }),
];

Plugins

TrailingBlockPlugin

Options

Collapse all

    Level where the trailing node should be, the first level being 0.

    Type of the trailing block.