<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [ExtraParamsXEvents](./x-components.extraparamsxevents.md)

## ExtraParamsXEvents interface

Dictionary of the events of [ExtraParamsXModule](./x-components.extraparamsxmodule.md)<!-- -->, where each key is the event name, and the value is the event payload type or `void` if it has no payload.

**Signature:**

```typescript
export interface ExtraParamsXEvents 
```

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[ExtraParamsChanged](./x-components.extraparamsxevents.extraparamschanged.md)


</td><td>


</td><td>

Dictionary&lt;unknown&gt;


</td><td>

The Extra Params have been changed. Payload: The new extra params dictionary.


</td></tr>
<tr><td>

[ExtraParamsInitialized](./x-components.extraparamsxevents.extraparamsinitialized.md)


</td><td>


</td><td>

Dictionary&lt;unknown&gt;


</td><td>

The Initial Extra Params have been loaded into the state. Payload: The new extra params dictionary.


</td></tr>
<tr><td>

[ExtraParamsProvided](./x-components.extraparamsxevents.extraparamsprovided.md)


</td><td>


</td><td>

Dictionary&lt;unknown&gt;


</td><td>

The Extra Params have been provided. Payload: The new extra params dictionary.


</td></tr>
<tr><td>

[UserChangedExtraParams](./x-components.extraparamsxevents.userchangedextraparams.md)


</td><td>


</td><td>

Dictionary&lt;unknown&gt;


</td><td>

The user changed the extra params. Payload: The new extra params dictionary.


</td></tr>
</tbody></table>

