В grid.vue я просто определяю параметры внутри columnDef.
{
field: 'helloId',
headerName: 'Hello',
filter: "dropdown",
filterParams: 'this is my message or object',
},
После вызова этого параметра в смонтированном myFrameworkComponent.vue:
mounted: function() {
myprops: this.params.colDef.filterParams
},