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