Poq.SDK.Node

Home > @poq/sdk > SearchResponseFilter > (constructor)

SearchResponseFilter.(constructor)

Constructs a new instance of the SearchResponseFilter class

Signature:

constructor(params: {
        id: string;
        label: string;
        displayName: SearchResponseFilterDisplayType;
        list?: SearchResponseFilterList;
        price?: SearchResponseFilterPrice;
        slider?: SearchResponseFilterSlider;
        toggle?: SearchResponseFilterToggle;
        customData?: Record<string, unknown>;
    });

Parameters

Parameter Type Description
params { id: string; label: string; displayName: SearchResponseFilterDisplayType; list?: SearchResponseFilterList; price?: SearchResponseFilterPrice; slider?: SearchResponseFilterSlider; toggle?: SearchResponseFilterToggle; customData?: Record<string, unknown>; }