Skip to content

IndexDict

Defined in: .build/typescript/packages/core/src/data-structs/data-structs.ts:70

new IndexDict(indexId, summary): IndexDict

Defined in: .build/typescript/packages/core/src/data-structs/data-structs.ts:10

`$\{string\}-$\{string\}-$\{string\}-$\{string\}-$\{string\}` = ...

undefined | string

IndexDict

IndexStruct.constructor

indexId: string

Defined in: .build/typescript/packages/core/src/data-structs/data-structs.ts:7

IndexStruct.indexId


summary: undefined | string

Defined in: .build/typescript/packages/core/src/data-structs/data-structs.ts:8

IndexStruct.summary


nodesDict: Record<string, BaseNode> = {}

Defined in: .build/typescript/packages/core/src/data-structs/data-structs.ts:71


type: IndexStructType = IndexStructType.SIMPLE_DICT

Defined in: .build/typescript/packages/core/src/data-structs/data-structs.ts:72

getSummary(): string

Defined in: .build/typescript/packages/core/src/data-structs/data-structs.ts:25

string

IndexStruct.getSummary


addNode(node, textId?): void

Defined in: .build/typescript/packages/core/src/data-structs/data-structs.ts:74

BaseNode

string

void


toJson(): Record<string, unknown>

Defined in: .build/typescript/packages/core/src/data-structs/data-structs.ts:79

Record<string, unknown>

IndexStruct.toJson


delete(nodeId): void

Defined in: .build/typescript/packages/core/src/data-structs/data-structs.ts:93

string

void