TreeEntry
Packages > @fluidframework/protocol-definitions > TreeEntry
Type of entries that can be stored in a tree.
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/protocol-definitions/alpha
.
For more information about our API support guarantees, see here .
Signature
export declare enum TreeEntry
Flags
Flag | Alerts | Description |
---|---|---|
Attachment | Alpha |
|
Blob | Alpha |
|
Tree | Alpha |
Attachment
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/protocol-definitions/alpha
.
For more information about our API support guarantees, see here .
Signature
Attachment = "Attachment"
Blob
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/protocol-definitions/alpha
.
For more information about our API support guarantees, see here .
Signature
Blob = "Blob"
Tree
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/protocol-definitions/alpha
.
For more information about our API support guarantees, see here .
Signature
Tree = "Tree"