Skip to content

System.Context.currentEvent.newValue

Description

If it is triggered by a value change to obtain a new value.

Grammar

System.Context.currentEvent.newValue

Code Example

Get the new value of the current triggering event.

const newValue = System.Context.currentEvent.newValue;
console.log(newValue)