Skip to main content

NodeRecord TypeAlias

Record that can contain TreeNodes.

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

To use, import via @fluidframework/react/alpha.

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

Signature

export type NodeRecord = Record<string, TreeNode | TreeLeafValue>;