UnwrapPropTreeNodeRecord 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 UnwrapPropTreeNodeRecord<T extends PropTreeNodeRecord> = {
readonly [P in keyof T]: UnwrapPropTreeNode<T[P]>;
};
Type Parameters
| Parameter | Constraint | Description |
|---|---|---|
| T | PropTreeNodeRecord |