NormalizedAnnotatedAllowedTypes Interface
Stores annotations for a set of evaluated annotated allowed types.
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/tree/alpha
.
For more information about our API support guarantees, see here.
Signature
export interface NormalizedAnnotatedAllowedTypes
Properties
Property | Alerts | Modifiers | Type | Description |
---|---|---|---|---|
metadata | Alpha |
readonly |
AllowedTypesMetadata | Annotations that apply to a set of allowed types. |
types | Alpha |
readonly |
readonly AnnotatedAllowedType<TreeNodeSchema>[] | All the evaluated allowed types that the annotations apply to. The types themselves are also individually annotated. |
Property Details
metadata
Annotations that apply to a set of allowed types.
This API is provided as an alpha preview and may change without notice.
For more information about our API support guarantees, see here.
Signature
readonly metadata: AllowedTypesMetadata;
Type: AllowedTypesMetadata
types
All the evaluated allowed types that the annotations apply to. The types themselves are also individually annotated.
This API is provided as an alpha preview and may change without notice.
For more information about our API support guarantees, see here.
Signature
readonly types: readonly AnnotatedAllowedType<TreeNodeSchema>[];
Type: readonly AnnotatedAllowedType<TreeNodeSchema>[]