Represents a notification that is sent to or received from one or more handlers.
An add-in can send notifications to one or more handlers via ININ.Addins.IC.sendHandlerNotification
.
Members
data :Array.<string>
An optional list of strings that are sent to or received from a handler.
eventId :string
The identifier of the event for the handler notification. This value is case-insensitive.
Inherited from ININ.Addins.IC.IHandlerNotificationHeader#eventId
objectId :string
The identifier of the object for the handler notification. This value is case-insensitive.
Inherited from ININ.Addins.IC.IHandlerNotificationHeader#objectId