Skip to main content

PropTreeNodeRecord TypeAlias

Type erase TreeNodes from a NodeRecord as a PropTreeNode.

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 PropTreeNodeRecord = Record<string, TreeLeafValue | PropTreeNode<TreeNode> | undefined>;