returns the value set for the filter
object | an object with rules and fields for filtering |
var value = $$("$filter1").getValue();
The returned object with rules and fields looks as follows:
{
condition: {filter: "10000", type: "<"},
includes: [1994, 1972, 1966, 1964, 1957]
}
The structure of the value:
{
condition: {filter:"abra", type:"contains"},
includes:[
/* values that match the criteria */
]
}
{
condition:{
filter:{
start:Wed Jan 08 2020 00:00:00 GMT+0300 (Moscow Standard Time),
end:Tue Feb 11 2020 00:00:00 GMT+0300 (Moscow Standard Time)
}
}
}
Where: