UNPKG

@empathyco/x-components

Version:
23 lines (14 loc) 701 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [BaseXPriorityQueueNode](./x-components.basexpriorityqueuenode.md) &gt; [(constructor)](./x-components.basexpriorityqueuenode._constructor_.md) ## BaseXPriorityQueueNode.(constructor) Constructs a new instance of the `BaseXPriorityQueueNode` class **Signature:** ```typescript constructor(key: keyof SomeRecord, priority: number, data?: SomeData); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | key | keyof SomeRecord | | | priority | number | | | data | SomeData | _(Optional)_ |