Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SelectionCriteria

SelectionCriteria interface is used to specify to the fieldName to values for Hierarchical, Categorical and Range based selections.

Hierarchy

  • SelectionCriteria

Index

Properties

Properties

fieldName

fieldName: string

Fieldname of the mark that is intended to be selected. Hierarchical fields follow the convention of "[{parentField}].[{selectingField}]"

value

Value that is intended to be selected. This can be specified as the list of values or a single value. Range-based selections need to provide the value in the format of RangeValue interface. To select a single quantitative value, use the RangeValue interface where both max and min are the value you want to select.