Skip to content

Models: Abstract

Paceaux edited this page Jul 7, 2021 · 2 revisions
Entity
BibleEntity

Entity

Kind: global class

new Entity(data, bibleService)

Param Type Description
data object | string

full data object returned from api, or the id of a bible

bibleService BibleService | string

the BibleService, or the apikey that could be used to instantiate a service

BibleEntity

Kind: global class

new BibleEntity(data, bible)

Param Type Description
data object

Some sort of response data

bible Bible

A Bible object

bibleEntity.bible : Bible

Kind: instance property of BibleEntity Access: public