TreeObjectNodeUnsafe

Packages > fluid-framework > InternalTypes > TreeObjectNodeUnsafe

Unenforced version of TreeObjectNode .

This API is reserved for internal system use and should not be imported directly. It may change at any time without notice.

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

Signature

export type TreeObjectNodeUnsafe<T extends Unenforced<RestrictiveStringRecord<ImplicitFieldSchema>>, TypeName extends string = string> = TreeNode & ObjectFromSchemaRecordUnsafe<T> & WithType<TypeName, NodeKind.Object>;

Type Parameters

Parameter Constraint Default Description
T Unenforced<RestrictiveStringRecord<ImplicitFieldSchema>>
TypeName string string

Remarks

Do note use this type directly: its only needed in the implementation of generic logic which define recursive schema, not when using recursive schema.