EventBase
[ Interface ]
interface EventBase {
type: Type;
domain: string;
name: string;
timeReceived: Date;
sessionId?: string;
}
Properties
Name | Type | Description |
---|---|---|
type | Defines the interface type. | |
domain | Indicates the domain / extension that triggered the event. In version 1.10: | |
name | The name of the event | |
timeReceived | The time at which the event was received. | |
params | Dictionary | Parameters set by the trigger of the event |
Available from version 1.12 |