Interface: CommentaryEntryDto
Defined in: Extensions/ExtensionApiDtos.ts:446
Properties
content
content:
string
Defined in: Extensions/ExtensionApiDtos.ts:457
Body in HTML or markdown depending on the source module.
endVerseId
endVerseId:
number
Defined in: Extensions/ExtensionApiDtos.ts:453
Last verse the entry covers (inclusive). Equal to startVerseId for single-verse entries.
id
id:
string
Defined in: Extensions/ExtensionApiDtos.ts:448
Stable identifier within the module.
isHtml?
optionalisHtml?:boolean
Defined in: Extensions/ExtensionApiDtos.ts:459
True if content is HTML; false (or absent) means plain text / markdown.
metadata?
optionalmetadata?:Record<string,unknown>
Defined in: Extensions/ExtensionApiDtos.ts:460
moduleId
moduleId:
string
Defined in: Extensions/ExtensionApiDtos.ts:449
startVerseId
startVerseId:
number
Defined in: Extensions/ExtensionApiDtos.ts:451
First verse the entry covers.
title?
optionaltitle?:string
Defined in: Extensions/ExtensionApiDtos.ts:455
Optional title or heading shown at the top of the entry.