Skip to content

Interface: RichTextBrNode

换行节点。

Properties

attributes

Optional attributes: Object

被此节点所结束的一行的属性。

Type declaration

NameTypeDescription
blockquote?boolean引用。
code-block?boolean代码块。
header?2 | 1 | 3标题等级。
list?"ordered" | "bullet"列表类型。

Defined in

src/rich-text.ts:49


insert

insert: "\n"

Defined in

src/rich-text.ts:47

Released under the MIT License.