componentsList = [
{id:0,code:'w-text',icon:'i-text',label:'文本',type:'html',options:{...}}
{id:1,code:'"w-marquee"',icon:'i-scrollText',label:'滚动文本',type:'html',options:{...}}
......
{id:6,code:'w-heatmap',icon:'i-heatMap',label:'热力图',type:'html',options:{...}}
]
componentsLink = [
{
id: 0,
type:'serial',
originID: 6,
targetID: [0,1,3,4],
eventName:'click',
actionName:'functionA'
},
{
id: 1,
type:'parallel',
originID: 4,
targetID: [2,5],
eventName:'hover',
actionName:'functionB'
},
]