Type Alias ScriptureSelection

ScriptureSelection: {
    end?: ScriptureNode | ScriptureTextAnchor;
    start: ScriptureNode | ScriptureTextAnchor;
}

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

Type declaration