Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a trigger for firing an event.
Properties
eventName
eventName: string;
Event name of the trigger.
Type: string
Methods
constructor
new Trigger(eventName: string)
Creates a new trigger.
Parameters
- eventName: string
Returns Trigger