配置列表
配置
content
类型 Content
初始内容,HTML或JSON
baseExtensions
类型 Extensions
基础性扩展
buttonExtensions
类型 Extensions
功能性扩展
onCreate
类型 (props: {editor: TEditor })=>void
创建编辑器完成事件
onUpdate
类型 (props: {editor: TEditor })=>void
内容修改事件
onDestroy
类型 ()=>void
销毁编辑器完成事件
onFocus
类型 (props: { editor: TEditor; event: FocusEvent }) => void
编辑器获得焦点事件
onBlur
类型 (props: { editor: TEditor; event: FocusEvent }) => void
编辑器失去焦点事件