IHeapNode Interface
Packages > @fluidframework/common-utils > IHeapNode
Interface to a node in Heap
Signature:
export interface IHeapNode<T>
Properties
Property | Type | Description |
---|---|---|
position | number | |
value | T |
Events
position
Signature:
position: number;
value
Signature:
value: T;