1 Star 3 Fork 2

St_song/blueprint

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.js 723 Bytes
一键复制 编辑 原始数据 按行查看 历史
Unique 提交于 2019-01-29 19:51 . v1.1.1
import Stage from './stage'
const Blueprint = {
/**
* 创建编辑面板
* @param options
* {
* container: 'scene', //用来容纳的DOM节点Id(必须有)
* width: // canvas宽度(必须有)
* height: // canvas高度(必须有)
* draggable: false // 是否允许内容拖放
* canZoom: true, // 是否允许缩放
* canWheelZoom: true // 是否允许滚轮缩放
* model:
* {
* portName: string // 用于显示端口名称的字段 默认为name
* showDataType: true // 是否显示端口类型
* }
* }
* @returns {Stage}
*/
init: function(options){
return new Stage(options)
}
}
export default Blueprint
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/203014/blueprint.git
git@gitee.com:203014/blueprint.git
203014
blueprint
blueprint
master

搜索帮助