Skip to main content

WrapPropTreeNodeRecord 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 WrapPropTreeNodeRecord<T extends NodeRecord> = {
readonly [P in keyof T]: PropTreeValue<T[P]>;
};

Type Parameters

ParameterConstraintDescription
TNodeRecord