@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 649 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [XPriorityQueueNodeData](./x-components.xpriorityqueuenodedata.md) > [replaceable](./x-components.xpriorityqueuenodedata.replaceable.md)
## XPriorityQueueNodeData.replaceable property
Flag determining if an event is replaceable or not. If a node is replaceable, and an event with the same key is inserted, then, the replaceable event is removed from the key, and the new one is inserted at its corresponding position.
**Signature:**
```typescript
replaceable: boolean;
```