Skip to main content

SimpleTreeIndex TypeAlias

A TreeIndex that returns tree nodes given their associated keys.

This API is provided as an alpha preview and may change without notice.

To use, import via fluid-framework/alpha.

For more information about our API support guarantees, see here.

Signature

export type SimpleTreeIndex<TKey extends TreeIndexKey, TValue> = TreeIndex<TKey, TValue>;

Type Parameters

Parameter Constraint Description
TKey TreeIndexKey
TValue