Skip to content 

IHeapNode Interface

Packages > @fluidframework/common-utils > IHeapNode

Interface to a node in Heap

Signature:

export interface IHeapNode<T> 

Properties

List of properties of this interface
Property Type Description
position number
value T

Events

position

Signature:

position: number;

value

Signature:

value: T;