platform-bible-react
    Preparing search index...

    Type Alias ScriptureResultsViewerProps

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

    Type declaration

    • Optionalid?: string

      Optional id attribute for the outermost element

    • 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)