System.Context.currentEvent.type¶ Description¶ The type of event. Grammar¶ System.Context.currentEvent.type Code Example¶ Get the type of the current event. const type = System.Context.currentEvent.type; console.log(type)