Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BibleVerse

Represents a single verse of the Bible, by storing the USFM book id, as well as the chapter and verse number.

Hierarchy

  • BibleVerse

Index

Properties

Properties

book

book: string

The 3 character book id

chapter

chapter: number

The chapter number within the book

note

First chapter in a book has the value 1, not 0!

Optional is_range

is_range: undefined

Field that allows us to distingish a BibleRange from a BibleVerse

verse

verse: number

The number of the referenced verse

note

First verse in a chapter has the value 1, not 0!

Generated using TypeDoc