Type Editor / @type-editor/menu / menu-items/strong-item / strongItem
Function: strongItem()
ts
function strongItem(title?, markType?): MenuItem;Defined in: packages/menu/src/menu-items/strong-item.ts:15
Menu item for the strong command.
Parameters
| Parameter | Type | Default value |
|---|---|---|
title | string | 'Bold' |
markType | MarkType | schema.marks.strong |