sets the initial value for a filter
webix.ui({
view:"filter",
type:"number",
value:{
"condition": {
"filter": "9",
"type": ">="
},
"includes": [
9
]
},
});
The value object contains the following properties: