DifferenceCreate Interface
Represents a create operation between two branches of a tree. Meaning that an attribute (a shared tree node) was identified as being created.
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/ai-collab/alpha.
For more information about our API support guarantees, see here.
Signature
export interface DifferenceCreate
Properties
| Property | Alerts | Type | Description |
|---|---|---|---|
| path | Alpha | ObjectPath | |
| type | Alpha | "CREATE" | |
| value | Alpha | unknown |
Property Details
path
This API is provided as an alpha preview and may change without notice.
For more information about our API support guarantees, see here.
Signature
path: ObjectPath;
Type: ObjectPath
type
This API is provided as an alpha preview and may change without notice.
For more information about our API support guarantees, see here.
Signature
type: "CREATE";
Type: "CREATE"
value
This API is provided as an alpha preview and may change without notice.
For more information about our API support guarantees, see here.
Signature
value: unknown;
Type: unknown