FK fields filters in Angular project (v92)

Hi,

In WebDesigner, for FK fields, you can select a list of candidates.

In the new Angular portal, FK fields are implemented with the edit-fk-component (qbm/cdr) . I can see in the code that there are parameters and filters at stake but I dont know how to use them. Is there a way to define any of those in the ColumnDependentReference array or elsewhere? 

I've been trying to use api method configuration keys for the corresponding method on the FK target table but they dont seem to work at this point of the development. 

Thanks!