ISummaryTree Interface
Packages > @fluidframework/protocol-definitions > ISummaryTree
Signature:
export interface ISummaryTree
Properties
Property | Type | Description |
---|---|---|
tree | { [path: string]: SummaryObject; } | |
type | SummaryType.Tree |
Events
tree
Signature:
tree: {
[path: string]: SummaryObject;
};
type
Signature:
type: SummaryType.Tree;