Skip to content

EventHelper

Tim Rücker edited this page Dec 7, 2018 · 1 revision

A simple helper class that unifies the handling of CustomEvents.

Class Members

A brief list of all class members with purposes.

public static triggerCustomEvent(name: string, value?: any): void

This method dispatches a CustomEvents on the document. The event can be used with the help of the GlobalEventListener decorator.

Clone this wiki locally