ISnapshotTree Interface
Packages > @fluidframework/protocol-definitions > ISnapshotTree
Signature:
export interface ISnapshotTree
Properties
Property | Type | Description |
---|---|---|
blobs | { [path: string]: string; } | |
commits | { [path: string]: string; } | |
id | string | null | |
trees | { [path: string]: ISnapshotTree; } |
Events
blobs
Signature:
blobs: {
[path: string]: string;
};
commits
Signature:
commits: {
[path: string]: string;
};
id
Signature:
id: string | null;
trees
Signature:
trees: {
[path: string]: ISnapshotTree;
};