Skip to content 

ISummaryTree Interface

Packages > @fluidframework/protocol-definitions > ISummaryTree

Signature:

export interface ISummaryTree 

Properties

List of properties of this interface
Property Type Description
tree { [path: string]: SummaryObject; }
type SummaryType.Tree

Events

tree

Signature:

tree: {
        [path: string]: SummaryObject;
    };

type

Signature:

type: SummaryType.Tree;