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.