shouldBegin(evt)shouldBegin(evt)是否阻止行为发生,默认返回true,不阻止行为,需要在处理逻辑中自行调用。 用法 G6.registerBehavior('behaviorName', { shouldBegin() { // 这里可以根据业务自定义 return true }}