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?
optionaldescription?:string
Defined in: Data/Core/RowTypes.ts:226
metadata?
optionalmetadata?:string
Defined in: Data/Core/RowTypes.ts:228
name
name:
string
Defined in: Data/Core/RowTypes.ts:225
parent_topic_id?
optionalparent_topic_id?:number
Defined in: Data/Core/RowTypes.ts:224
sort_order?
optionalsort_order?:number
Defined in: Data/Core/RowTypes.ts:227
topic_id
topic_id:
number
Defined in: Data/Core/RowTypes.ts:223