Poq.SDK.Node

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

SearchResponseFilterValue.(constructor)

Constructs a new instance of the SearchResponseFilterValue class

Signature:

constructor(params: {
        id: string;
        label: string;
        numberOfItems: number;
        customData?: Record<string, unknown>;
    });

Parameters

Parameter Type Description
params { id: string; label: string; numberOfItems: number; customData?: Record<string, unknown>; }