antvis/G6


The issue has been closed
When an edge occurs, no event is triggered before or after. #5794
RackweLLizm posted onGitHub
Describe the bug
graph.on(GraphEvent.BEFORE_ELEMENT_CREATE, (e: any) => { }) This event is not triggered when Edge is created. So I Couldn't Find Any Event Triggered When Before or After Edge is Created. I also looked at the EdgeEvent class.
It is triggered when the node is created, no problem.
Your Example Website or App
notFound
Steps to Reproduce the Bug or Issue
notFound
Expected behavior
notFound
Screenshots or Videos
notFound
Platform
Windows Chrome 124 "@antv/g6": "^5.0.0-beta.37",
Additional context
No response