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

Property Modifiers Type Description
tree { [path: string]: SummaryObject; }
type SummaryType.Tree
unreferenced optional true

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