EventType

Domain class for EventType. EventType determines when a {blueconic.api.data.domain.Dialogue} is shown on the client.

Example
define([
  "blueconic/api/data/domain/EventType"
], function(EventType) {
  var eventType = new EventType();
  // ...
});

Properties

id string

Unique id of the eventType.

source string

The source.

Functions

getDescription(locale)

Get the description based on a locale. The locale can be "en_US" or "nl_NL". If no locale is passed, the default is used, which the user chooses at the login screen.

Name Type Description
locale String

getName(locale)

Get the name based on a locale. The locale can be "en_US" or "nl_NL". If no locale is passed, the default is used, which the user chooses at the login screen.

Name Type Description
locale String