插入元素
希沃白板团队
# 插入元素
# API
警告
如果你的业务需要同时支持 EN5 Windows 客户端和 enow,请使用 easinote-proxy npm 包。
npm 包(推荐,同时支持 EN5 Windows 客户端和 enow)
EasiNoteProxy.Proxy.insertElementByJson('元素类型名称','{元素数据描述的 Json 对象}');
希沃版本 window 客户端(不推荐,仅支持 Windows 客户端)
window.external.InsertElementByJson("元素类型名称", "{元素数据描述的 Json 对象}")
# 具体元素
具体的元素创建 API 请查看: