Skip to main content

Interface: TopicRow

Defined in: Data/Core/RowTypes.ts:222

Row from the topic table (topical index modules)

Extends

  • BaseRow

Indexable

[key: string]: unknown

Properties

description?

optional description?: string

Defined in: Data/Core/RowTypes.ts:226


metadata?

optional metadata?: string

Defined in: Data/Core/RowTypes.ts:228


name

name: string

Defined in: Data/Core/RowTypes.ts:225


parent_topic_id?

optional parent_topic_id?: number

Defined in: Data/Core/RowTypes.ts:224


sort_order?

optional sort_order?: number

Defined in: Data/Core/RowTypes.ts:227


topic_id

topic_id: number

Defined in: Data/Core/RowTypes.ts:223