Interface: TopicVerseRow
Defined in: Data/Core/RowTypes.ts:240
Row from the topic↔verse table.
v2 uses the canonical verse_id_start / verse_id_end spelling (and the
unified verse_link table). v1 COMPAT: the shipped topical converter emitted
a plural topic_verses table with the columns reversed to
start_verse_id / end_verse_id. Both spellings are declared so one row type
covers either shape — see SchemaCompat.topicVerseShape().
Extends
BaseRow
Indexable
[
key:string]:unknown
Properties
context?
optionalcontext?:string
Defined in: Data/Core/RowTypes.ts:250
end_verse_id?
optionalend_verse_id?:number
Defined in: Data/Core/RowTypes.ts:249
v1 COMPAT: reversed spelling. Pass-2 deletion point.
sort_order?
optionalsort_order?:number
Defined in: Data/Core/RowTypes.ts:251
start_verse_id?
optionalstart_verse_id?:number
Defined in: Data/Core/RowTypes.ts:247
v1 COMPAT: reversed spelling. Pass-2 deletion point.
topic_id
topic_id:
number
Defined in: Data/Core/RowTypes.ts:241
verse_id_end?
optionalverse_id_end?:number
Defined in: Data/Core/RowTypes.ts:245
v2 canonical spelling.
verse_id_start?
optionalverse_id_start?:number
Defined in: Data/Core/RowTypes.ts:243
v2 canonical spelling.