Skip to content 

ISummaryTreeWithStats Interface

Packages > @fluidframework/runtime-definitions > ISummaryTreeWithStats

Signature:

export interface ISummaryTreeWithStats 

Properties

List of properties of this interface
Property Type Description
stats ISummaryStats
summary ISummaryTree

Events

stats

Signature:

stats: ISummaryStats;

summary

Signature:

summary: ISummaryTree;