Get the scroll group's Scripture reference converted into the versification of projectId.
The group stores its reference in the versification of whichever project last set it (see
getScrRefSourceProjectIdSync); this resolves that frame and converts to projectId's
versification via the platformScripture.mapVerseRefBetweenProjects command, so every consumer
gets a reference it can use directly. Returns the raw reference unchanged when no conversion is
needed: the source frame is unknown, or already matches projectId. On any conversion failure it
falls back to the raw reference (and does not permanently suppress the project — the failure may
be transient).
Converts the reference this window currently holds, so a conversion started right after a
predicted navigation describes the verse actually on screen rather than one the host has not
caught up to yet.
Parameters
scrollGroupId: undefined|number
Scroll group whose reference to convert. If undefined, defaults to 0
projectId: string
Project into whose versification to convert the reference
Get the scroll group's Scripture reference converted into the versification of
projectId.The group stores its reference in the versification of whichever project last set it (see getScrRefSourceProjectIdSync); this resolves that frame and converts to
projectId's versification via theplatformScripture.mapVerseRefBetweenProjectscommand, so every consumer gets a reference it can use directly. Returns the raw reference unchanged when no conversion is needed: the source frame is unknown, or already matchesprojectId. On any conversion failure it falls back to the raw reference (and does not permanently suppress the project — the failure may be transient).Converts the reference this window currently holds, so a conversion started right after a predicted navigation describes the verse actually on screen rather than one the host has not caught up to yet.