设置节点model中的各类属性。
model
使用示例:
setAttributes() { this.width = 80; }
获取节点的 SVG 元素。
getShape(): h.JSX.Element
获取节点model中的部分属性,其返回值为数据属性和样式属性的合集。
getShape() { const attributes = this.getAttributes(); // ... }
← 边 Edge 自定义连线 →