Home > @findkit/ui > FindkitURLSearchParams > (constructor)

FindkitURLSearchParams.(constructor)

Constructs a new instance of the FindkitURLSearchParams class

Signature:

constructor(options: {
        instanceId: string;
        search: string;
        separator: string;
    });

Parameters

Parameter Type Description
options { instanceId: string; search: string; separator: string; }