编辑器对象
想要使用编辑器对象,需要给编辑器标签(kx-editor)指定一个id,如下:
<kx-editor id="editor"></kx-editor>
接下来可以在脚本中通过window来读取该编辑器对象:
const editor = window.editors.get('editor')
注意
这里需要正确导入了kxeditor
文字样式 →