EventBase

[ Interface ]

interface EventBase {
    type: Type;
    domain: string;
    name: string;
    timeReceived: Date;
    sessionId?: string;
}

Properties

Name

Type

Description

type

Type

Defines the interface type.

domain

string

Indicates the domain / extension that triggered the event.

In version 1.10:
Indicates the domain / extension that is responsible for the delivery of the event. For the source domain see sourceDomain.

name

string

The name of the event

timeReceived

Date

The time at which the event was received.

params

Dictionary

Parameters set by the trigger of the event

EventBase 1:

Available from version 1.12