@empathyco/x-components
Version:
Empathy X Components
25 lines (14 loc) • 635 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SearchMutations](./x-components.searchmutations.md) > [setRedirections](./x-components.searchmutations.setredirections.md)
## SearchMutations.setRedirections() method
Sets the redirection of the module.
**Signature:**
```typescript
setRedirections(redirections: Redirection[]): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| redirections | Redirection\[\] | The redirections to store. |
**Returns:**
void