Constructor
new SpotfireTextFilter(filterDescription)
Represents a text filter.
Parameters:
| Name | Type | Description | 
|---|---|---|
          
              filterDescription
          
         | 
    
    filterDescription ▼ | |
          
              type
          
         | 
    
    SpotfireFiltersTypes {Enum} ▼ | The type of the filter.  | 
  
| Enum options: rangeFilter, itemFilter, radioButtonFilter, checkBoxFilter, textFilter, listBoxFilter | ||
          
              column
          
         | 
    
    String | The name of the column on which the filter is applied.  | 
  
          
              [ filteringScheme ]
          
         | 
    
    String | The name of the filtering scheme in which the filter is added. If not specified, the active filtering scheme will be used.  | 
  
          
              [ dataTable ]
          
         | 
    
    String | The name of the data table on which the filter is applied. If not specified, the active data table will be used.  | 
  
          
              [ reset = false ]
          
         | 
    
    Boolean | Indicates whether the filter should be reset or not.  | 
  
          
              value
          
         | 
    
    Object | The value to be used to filter the records.  |