Class: CSEvent

CSEvent

CSEvent
A standard JavaScript event, the base class for CEP events.


new CSEvent(type, scope, appId, extensionId)

Parameters:
Name Type Description
type string

The name of the event type.

scope string

The scope of event, can be "GLOBAL" or "APPLICATION".

appId string

The unique identifier of the application that generated the event.

extensionId string

The unique identifier of the extension that generated the event.

Source:
Returns:

A new CSEvent object

Members


data

Event-specific data.

Source: