platform-bible-react
    Preparing search index...

    Type Alias ResultsSource

    A uniquely identifiable source of results that can be displayed in the ScriptureResultsViewer. Generally, the source will be a particular Scripture check, but there may be other types of sources.

    type ResultsSource = {
        displayName: string;
        id: string;
    }
    Index

    Properties

    Properties

    displayName: string

    Name (potentially localized) of the source, suitable for display in the UI.

    id: string

    Uniquely identifies the source.