dingtalk-docs-cool-app
TypeScript icon, indicating that this package has built-in type declarations

0.2.5 • Public • Published

dingtalk-docs-addon

钉钉文档酷应用插件扩展 - 开发者初始化包

安装

dingtalk-docs-cool-app 可从 npm 上安装.

npm install dingtalk-docs-cool-app

推荐使用npm包形式按需引入

使用介绍

// View Sandbox 中
import { initView } from 'dingtalk-docs-cool-app';

initView({
    onReady: () => {
        console.log('DingdocsAddon ready!');
        Dingdocs.script.run('setCellValue', 'A1:B10', 'foo');
    },
});
// Script Sandbox 中
import { initScript } from 'dingtalk-docs-cool-app';

initScript({ scriptUrl: 'https://xxx/function.js' });

反馈渠道

亲爱的开发者,为了更好的提高服务效率和问题沉淀,在开发过程中如果遇到问题,可以有以下方式获取技术支持: 【推荐】登录开发者后台,https://open-dev.dingtalk.com,在右下角有“在线帮助”(人工客服时间:工作日10:00~12:00,14:00~18:00, 19:00~21:00)

最终解释权归阿里巴巴钉钉事业部所有

Readme

Keywords

Package Sidebar

Install

npm i dingtalk-docs-cool-app

Weekly Downloads

2

Version

0.2.5

License

MIT

Unpacked Size

71.6 kB

Total Files

11

Last publish

Collaborators

  • fuyin.oymw
  • feihuo