RecordNodeSchema TypeAlias
A schema for TreeRecordNodes.
This API is provided as an alpha preview and may change without notice.
To use, import via fluid-framework/alpha.
For more information about our API support guarantees, see here.
Signature
export type RecordNodeSchema<TName extends string = string, T extends ImplicitAllowedTypes = ImplicitAllowedTypes, ImplicitlyConstructable extends boolean = true, TCustomMetadata = unknown> = RecordNodeCustomizableSchema<TName, T, ImplicitlyConstructable, TCustomMetadata> | RecordNodePojoEmulationSchema<TName, T, ImplicitlyConstructable, TCustomMetadata>;
Type Parameters
| Parameter | Constraint | Default | Description |
|---|---|---|---|
| TName | string | string | |
| T | ImplicitAllowedTypes | ImplicitAllowedTypes | |
| ImplicitlyConstructable | boolean | true | |
| TCustomMetadata | unknown |