# 应用程序编程接口

编辑器对象

# 获取编辑器对象

想要使用编辑器对象,需要给编辑器标签(kx-editor)指定一个id,如下:

<kx-editor id="editor"></kx-editor>
1

接下来可以在脚本中通过window来读取该编辑器对象:

const editor = window.editors.get('editor')
1

注意

这里需要正确导入了kxeditor