wll-rcu-tool

1.0.0 • Public • Published

wll-rcu-tool

rcu 指令校验工具(含自定义命令,场景命令生成,通道指令生成,IEO面板)校验

Install

npm install wll-rcu-tool yarn wll-rcu-tool

Example

var wllCommandTool = require('wll-rcu-tool')

// 显示弹框 wllCommandTool.show() // 发布 wllCommandTool.onrelease(function(val){ console.log('release--->>>>>>',val) wllCommandTool.hide() // 关闭工具 }) // 点击确认按钮 wllCommandTool.onconfirm(function(val){ console.log("confirm---->>>>",val) wllCommandTool.hide() })

API

语言: zh中文en英文 show: 打开工具视窗 hide: 关闭工具视窗 close: 增加关闭工具点击事件 initTool: 初始化当前工具视窗语言(注意其只在链式结构最前起效过) onrelease: 监听发布按钮返回的值 onconfirm: 确认按钮返回的值

Readme

Keywords

none

Package Sidebar

Install

npm i wll-rcu-tool

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

42.6 kB

Total Files

7

Last publish

Collaborators

  • wangllnpm