ProfilePropertySelector

Selector for profile properties.

Example
Typically used in a dojo template, eg in the insight settings:
<div class="bcInput">
  <div data-dojo-attach-point="_mySelector" data-dojo-type="blueconic/api/widgets/selector/ProfilePropertySelector" data-dojo-props="multiple: false, searchOnFocus:false"></div>
</div>

Extends

Properties

inherited multiple Boolean

Whether it's possible to select multiple values.

inherited searchOnFocus Boolean

Whether a search is done when the input field receives the focus.

inherited value Object

In single select mode this will hold the id of the object, or null if nothing was selected. In multiple select mode it holds an array of ids, or an empty array [] if nothing was selected.

Events

inherited onChange()

Event thrown when value changes.