Position

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

Extends

Properties

inherited id String

Unique id of the domain object. Should not be null or empty.

inherited isPersistent Boolean

Is this instance already persisted? If not, this object only 'lives' client-side.

inherited name String

The readable name of the domain object. Should not be null or empty.

positionIdentifier String

Identifier of the position; for web this is a CSS selector.