queries

  • Common Properties for properties shared with other components.

  • fields to specify the fields to display in the Range Slider.

Specifies the data blocks to be merged in the Range Slider component. (The available data blocks appear at the top of the Toolbox panel in Visual Composer.) See Add Filter Components for more information about merging compatible data blocks.

dataBlocks 2

Type

Array

Example

RangeSlider1.queries = ['LimitedProducts', 'ProductInfo'];
RangeSlider1.fields = ['State'];

Either syntax below can be used in component script:

queries                  // unqualified
RangeSlider1.queries     // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.