papi-dts
    Preparing search index...
    • 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 — in any process — gets a reference it can use directly. Returns the raw stored 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).

      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

      Returns Promise<SerializedVerseRef>

      The reference in projectId's versification