System.Context.currentEvent.newValue¶ 描述¶ 如果是值变化触发的获取新值。 语法¶ System.Context.currentEvent.newValue 代码示例¶ 获取当前触发事件的新值。 const newValue = System.Context.currentEvent.newValue; console.log(newValue)