Skip to content

comment 评论

代码

html
<span data-block-type='comment'
      data-block-key=''>
    文本
</span>

属性

属性说明默认值
data-block-type类型 comment
data-block-key唯一值-

配置

comment_class

默认的样式

类型: String

默认值: comment

comment_highlight_class

高亮样式,点击到被评论的内容上自动添加样式

类型: String

默认值: comment--highlight

命令

名称说明参数
CreateComment创建评论
DeleteComment删除评论{key: string}
HighlightComment高亮评论{key: string}

事件

名称说明回调参数
CommentCreate创建评论{data: object<{ target: Node }>}
CommentDelete删除评论{data: object<{ target: Node }>}
CommentHighlight高亮评论{data: object<{ target: Node }>}
CommentClick点击评论{data: object<{ target: Node }>}