Can i add a domain in global-filter?. If i create new filter with relation of res.partner. For the selection of customer records in dashbaord. I need to get only based on this domain [[is_customer', '=', true]] . How to do that.  
How is working this xml code. What is res_Ids="filterValue" how is fetching the value to resIDs. 
            resModel="filter.modelName"
        resIds="filterValue"
        onValueChanged="(value) => this.onTagSelected(filter.id, value)" />
