Class: IndexList
The underlying structure of each index.
Hierarchy
-
↳
IndexList
Constructors
constructor
• new IndexList(indexId?
, summary?
): IndexList
Parameters
Name | Type | Default value |
---|---|---|
indexId | `${string}-${string}-${string}-${string}-${string}` | undefined |
summary | undefined | undefined |
Returns
Inherited from
Defined in
packages/core/src/indices/BaseIndex.ts:20
Properties
indexId
• indexId: string
Inherited from
Defined in
packages/core/src/indices/BaseIndex.ts:17
nodes
• nodes: string
[] = []
Defined in
packages/core/src/indices/BaseIndex.ts:95
summary
• Optional
summary: string