Skip to main content

Interface: VerseLinkRow

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

Row from the unified verse_link table (v2, WS-3). Present in every module database and in the user database.

Range semantics: see the single normative statement in Core/Types.ts.

Extends

  • BaseRow

Indexable

[key: string]: unknown

Properties

context?

optional context?: string

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


link_id: number

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


link_type: string

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


metadata?

optional metadata?: string

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


sort_order?

optional sort_order?: number

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


source_id

source_id: number

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


source_type

source_type: string

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


verse_id_end?

optional verse_id_end?: number

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


verse_id_start

verse_id_start: number

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