Label

A label which can be assigned to domain objects with the blueconic.api.widgets.selector.LabelSelectEditor.

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

Properties

count String

The number of labels with this name.

id String

Unique id of the label.

name String

The readable name of the label.