System.Context.currentAlarm.dataType¶ Description¶ The data type of the alarm tag. Grammar¶ System.Context.currentAlarm.dataType Code Example¶ Get the data type of the alarm tag. const dataType = System.Context.currentAlarm.dataType; console.log(dataType);