<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [createRawFilters](./x-components.createrawfilters.md)

## createRawFilters() function

Helper method which creates the filter entity from the filter ir of the url.

**Signature:**

```typescript
export declare function createRawFilters(filterIds: Array<Filter['id']>): RawFilter[];
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  filterIds | Array&lt;Filter\['id'\]&gt; | List of filter ids from the url. |

**Returns:**

RawFilter\[\]

A list of filters.

