Skip to content

Interface: CorpusTreemapRow

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Corpus / CorpusTreemapRow

Interface: CorpusTreemapRow

Defined in: src/types/corpus.ts:166

One flat treemap row.

Remarks

The treemap is flat in v1: parent is always null.

Properties

id

id: string

Defined in: src/types/corpus.ts:168

Row id (the community id, as a string).


label

label: string

Defined in: src/types/corpus.ts:172

Row label.


parent?

optional parent: string | null

Defined in: src/types/corpus.ts:170

Parent row id — always null at level 0.


value

value: number

Defined in: src/types/corpus.ts:174

Row value (the community’s entity count).