DataStoreMessageType Enum
This API is provided for existing users, but is not recommended for new users.
To use, import via @fluidframework/datastore/legacy
.
For more information about our API support guarantees, see here.
Signature
export declare enum DataStoreMessageType
Flags
Flag | Alerts | Description |
---|---|---|
Attach | Alpha |
|
ChannelOp | Alpha |
Attach
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/datastore/alpha
.
For more information about our API support guarantees, see here.
Signature
Attach = "attach"
ChannelOp
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/datastore/alpha
.
For more information about our API support guarantees, see here.
Signature
ChannelOp = "op"