Skip to main content

Interface: VerseLinkFilter

Defined in: Data/Repositories/IVerseLinkRepository.ts:5

Filters accepted by the verse-oriented lookups.

Properties

limit?

optional limit?: number

Defined in: Data/Repositories/IVerseLinkRepository.ts:11

Maximum rows to return.


linkType?

optional linkType?: "cross_reference" | "reference" | "annotation" | "primary_passage"

Defined in: Data/Repositories/IVerseLinkRepository.ts:9

Restrict to one kind of link.


sourceType?

optional sourceType?: "journal" | "prayer" | "verse" | "note" | "dictionary_entry" | "book_section" | "commentary_entry" | "devotional_entry" | "topic" | "cross_reference_group" | "entity_facet"

Defined in: Data/Repositories/IVerseLinkRepository.ts:7

Restrict to links hanging off one kind of source row.