Skip to main content

Class: abstract IndexStruct

Extended by

Constructors

new IndexStruct()

new IndexStruct(indexId?, summary?): IndexStruct

Parameters

indexId?: `${string}-${string}-${string}-${string}-${string}`

summary?: string

Returns

IndexStruct

Defined in

packages/core/data-structs/dist/index.d.ts:45

Properties

indexId

indexId: string

Defined in

packages/core/data-structs/dist/index.d.ts:43


summary

summary: undefined | string

Defined in

packages/core/data-structs/dist/index.d.ts:44

Methods

getSummary()

getSummary(): string

Returns

string

Defined in

packages/core/data-structs/dist/index.d.ts:47


toJson()

toJson(): Record<string, unknown>

Returns

Record<string, unknown>

Defined in

packages/core/data-structs/dist/index.d.ts:46