ISummarizeInternalResult Interface
Contains the same data as ISummaryResult but in order to avoid naming colisions, the data store summaries are wrapped around an array of labels identified by pathPartsForChildren. Ex: id:"" pathPartsForChildren: ["path1"] stats: ... summary: ... "path1":
Signature
export interface ISummarizeInternalResult extends ISummarizeResult
Extends: ISummarizeResult
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| id | string | ||
| pathPartsForChildren | optional | string[] | Additional path parts between this node's ID and its children's IDs. |
Property Details
id
Signature
id: string;
Type: string
pathPartsForChildren
Additional path parts between this node's ID and its children's IDs.
Signature
pathPartsForChildren?: string[];
Type: string[]