platform-bible-utils
    Preparing search index...

    Type Alias ScriptureSelection

    Represents a range of text in the Scripture editor. The start and end node are expected to be in the same book.

    type ScriptureSelection = {
        end?: ScriptureNode | ScriptureTextAnchor;
        start: ScriptureNode | ScriptureTextAnchor;
    }
    Index

    Properties

    Properties