IndexList
Defined in: .build/typescript/packages/core/src/data-structs/data-structs.ts:98
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new IndexList(
indexId
,summary
):IndexList
Defined in: .build/typescript/packages/core/src/data-structs/data-structs.ts:10
Parameters
Section titled “Parameters”indexId
Section titled “indexId”`$\{string\}-$\{string\}-$\{string\}-$\{string\}-$\{string\}`
= ...
summary
Section titled “summary”undefined
| string
Returns
Section titled “Returns”IndexList
Inherited from
Section titled “Inherited from”Properties
Section titled “Properties”indexId
Section titled “indexId”indexId:
string
Defined in: .build/typescript/packages/core/src/data-structs/data-structs.ts:7
Inherited from
Section titled “Inherited from”summary
Section titled “summary”summary:
undefined
|string
Defined in: .build/typescript/packages/core/src/data-structs/data-structs.ts:8
Inherited from
Section titled “Inherited from”nodes:
string
[] =[]
Defined in: .build/typescript/packages/core/src/data-structs/data-structs.ts:99
type:
IndexStructType
=IndexStructType.LIST
Defined in: .build/typescript/packages/core/src/data-structs/data-structs.ts:100
Methods
Section titled “Methods”getSummary()
Section titled “getSummary()”getSummary():
string
Defined in: .build/typescript/packages/core/src/data-structs/data-structs.ts:25
Returns
Section titled “Returns”string
Inherited from
Section titled “Inherited from”addNode()
Section titled “addNode()”addNode(
node
):void
Defined in: .build/typescript/packages/core/src/data-structs/data-structs.ts:102
Parameters
Section titled “Parameters”Returns
Section titled “Returns”void
toJson()
Section titled “toJson()”toJson():
Record
<string
,unknown
>
Defined in: .build/typescript/packages/core/src/data-structs/data-structs.ts:106
Returns
Section titled “Returns”Record
<string
, unknown
>