PropertySelector

Selector for 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/PropertySelector" data-dojo-props="multiple: false, searchOnFocus:false"></div>
</div>

Extends

Properties

allowDataTypeSelection boolean

Allow data type selection for property selector. Default false.

dataSensitivity blueconic.api.data.domain.DataSensitivity

Only show properties with the specified data sensitivity in the selector.

filterOutUserCreated boolean

When true the user created properties(with 'show on segment tab' unchecked) are filtered out.

filterType blueconic.api.data.domain.ProfileProperty.FILTER_TYPES

The filter type. {RANGE, DATETIME,...}

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.