platform-bible-react
    Preparing search index...

    Type Alias ResultsSet

    Represents a set of results keyed by Scripture reference. Generally, the source will be a particular Scripture check, but this type also allows for other types of uniquely identifiable sources.

    type ResultsSet = {
        data: ScriptureItemDetail[];
        source: ResultsSource;
    }
    Index

    Properties

    Properties

    Array of Scripture item details (messages keyed by Scripture reference).

    The backing source associated with this set of results.