Skip to content

TFilterConstructorOptions object

TFilterConstructorOptions is an object which represents options of a filter and consists of the following fields:

 type TFilterConstructorOptions = {
    id: string;
    value: string;
};