Type Editor / @type-editor/menu / menu-items/paragraph-item / paragraphItem
Function: paragraphItem()
ts
function paragraphItem(title?, nodeType?, ulNodeType?, olNodeType?): MenuItem;Defined in: packages/menu/src/menu-items/paragraph-item.ts:15
Menu item for the paragraph command.
Parameters
| Parameter | Type | Default value |
|---|---|---|
title | string | 'Paragraph' |
nodeType | NodeType | schema.nodes.paragraph |
ulNodeType | NodeType | schema.nodes.bullet_list |
olNodeType | NodeType | schema.nodes.ordered_list |