LocationConfiguration

Class for holding the data (e.g. configuration) for a blueconic.api.widgets.selector.locationselector.LocationSelector.

Example
define([
  "blueconic/api/widgets/selector/locationselector/LocationConfiguration"
], function(LocationConfiguration) {
  var locationConfiguration = new LocationConfiguration();
  // ...
});

Properties

allChannels boolean

Indicates if all channels is configured.

Array of channel configuration objects.

rightsAllChannels boolean

When a user does not have access to all channels, he is not allowed to check the 'All pages on all channels'. When this option is set to true the radio button is enabled, otherwise disabled.