Type alias ResultsSource

ResultsSource: {
    displayName: string;
    id: string;
}

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 declaration

  • displayName: string

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

  • id: string

    Uniquely identifies the source.