GroupType

Domain class for GroupTypes.

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

Properties

iconClasses string

The icon clasess.

identifier string

The identifier, which can be used for a DOJO memory store. Note that the "id" is not always useful for that; there could be multiple grouptypes with no id(just created on the client) so that can not be used in a store. When the id is set the identifier will be set to that id, otherwise it is randomly generated.

The profile properties in which the reference to the group of this type are stored.

pluralName string

The plural of the name of the group type.