Skip to main content
Version: v1

ISummaryTree Interface

Tree Node data structure with children that are nodes of SummaryObject type: Blob, Handle, Attachment or another Tree.

Signature

export interface ISummaryTree

Properties

PropertyModifiersTypeDescription
tree{ [path: string]: SummaryObject; }
typeSummaryType.Tree
unreferencedoptionaltrue

Property Details

tree

Signature

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

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

type

Signature

type: SummaryType.Tree;

Type: SummaryType.Tree

unreferenced

Signature

unreferenced?: true;

Type: true