阿里基于G6和React打造的开源可视化图形编辑器——GGEditor( 七 )

DetailPanel,

NodePanel,

EdgePanel,

GroupPanel,

MultiPanel,

CanvasPanel,

} from 'gg-editor';

// 节点属性面板

// 边线属性面板

// 群组属性面板

// 多选属性面板

// 画布属性面板

class NodeDetail extends React.Component {

render() {

console.log('this.props', this.props);

}

}

以上是部分代码示例,详细API请移步Github

总结

推荐阅读