platform-bible-react
    Preparing search index...

    Type Alias ScriptureResultsViewerProps

    ScriptureResultsViewerProps: ScriptureResultsViewerColumnInfo & {
        onRowSelected?: (
            selectedRow: ScriptureSrcItemDetail | undefined,
        ) => void;
        showColumnHeaders?: boolean;
        showSourceColumn?: boolean;
        sources: ResultsSet[];
    }

    Type declaration

    • OptionalonRowSelected?: (selectedRow: ScriptureSrcItemDetail | undefined) => void

      Callback function to notify when a row is selected

    • OptionalshowColumnHeaders?: boolean

      Flag indicating whether to display column headers. Default is false.

    • OptionalshowSourceColumn?: boolean

      Flag indicating whether to display source column. Default is false.

    • sources: ResultsSet[]

      Groups of ScriptureItemDetail objects from particular sources (e.g., Scripture checks)