<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [XPriorityBusEventMetadata](./x-components.xprioritybuseventmetadata.md)

## XPriorityBusEventMetadata interface

Metadata for an event in an [XPriorityBus](./x-components.xprioritybus.md)<!-- -->.

**Signature:**

```typescript
export interface XPriorityBusEventMetadata extends Dictionary 
```
**Extends:** Dictionary

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[priority?](./x-components.xprioritybuseventmetadata.priority.md)


</td><td>


</td><td>

number


</td><td>

_(Optional)_


</td></tr>
<tr><td>

[replaceable?](./x-components.xprioritybuseventmetadata.replaceable.md)


</td><td>


</td><td>

boolean


</td><td>

_(Optional)_


</td></tr>
</tbody></table>

