<!-- 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

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

filterIds


</td><td>

Array&lt;Filter\['id'\]&gt;


</td><td>

List of filter ids from the url.


</td></tr>
</tbody></table>

**Returns:**

RawFilter\[\]

A list of filters.

