对于系统内置事件的疑问

当我在使用的时候发现 this.node.on(枚举对象 和this.node.on(‘对应事件名’ 都可以达到同样的效果 所以我在疑惑的为什么网上寻找都是前者方法而不是后者 这俩者的关系是类似于 Key:Value吗

cc.node.eventtype.touch_start 是key touchstart是值

cc.Node.EventType.TOUCH_START = “touchstart”