@empathyco/x-components
Version:
Empathy X Components
27 lines (15 loc) • 672 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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<Filter\['id'\]> | List of filter ids from the url. |
**Returns:**
RawFilter\[\]
A list of filters.