ExperimentalGet a copy of the reference history for the provided scroll group
Scroll group whose history to get
Copy of the scroll group's reference history
Get the SerializedVerseRef associated with the provided scroll group, in the versification of whichever project last set it (see ScrollGroupUpdateInfo.sourceProjectId).
NOTE: this returns the raw stored reference without versification conversion. If your consumer displays or navigates in a specific project's versification, use getScrRefForProject instead so mixed-versification projects land on the right verse.
OptionalscrollGroupId: numberScroll group whose Scripture reference to get. Defaults to 0
Scripture reference associated with the provided scroll group, in its source project's versification
Get the SerializedVerseRef associated with the provided scroll group, converted into the
versification of projectId. The scroll group stores its reference in the versification of
whichever project last set it; this converts it into projectId's versification so any
consumer gets a reference it can use directly. Returns the raw reference when no conversion is
needed.
Scroll group whose Scripture reference to get. If undefined, defaults to
0
Project into whose versification to convert the reference
Scripture reference in projectId's versification
ExperimentalNavigate within the reference history of the provided scroll group, browser-history.go style:
negative offset = back that many steps, positive = forward that many steps.
Scroll group whose history to navigate
Signed number of steps. -1 = back one, +1 = forward one
true if navigation happened; false if the offset was 0 or out of range
Sets the SerializedVerseRef associated with the provided scroll group
Scroll group whose Scripture reference to get. If undefined, defaults to
0
Scripture reference to which to set the scroll group
OptionalsourceProjectId: stringProject whose versification scrRef is expressed in. undefined =
unknown
true if the scroll group's reference or its versification source changed. false
otherwise
Parts of the Scroll Group Service that are exposed through the network object