function getComponentConnections(componentName=''){
if(!componentName){return};
var currentPage=window.cells.PageManager.TemplateManager.selected;
const component=[...window.cells.TemplateManager.templates[currentPage].childNodes].find((e)=>e.localName===componentName);
window.$00=component;
const componentConnections=component.cellsConnections;
console.log('mine ',component,' connections:',componentConnections)
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter