platform-bible-react
    Preparing search index...

    Type Alias ScriptureResultsViewerColumnInfo

    type ScriptureResultsViewerColumnInfo = {
        detailsColumnName?: string;
        scriptureBookGroupName?: string;
        scriptureReferenceColumnName?: string;
        typeColumnName?: string;
    }
    Index

    Properties

    detailsColumnName?: string

    Optional header to display for the Details column. Default value: 'Details'

    scriptureBookGroupName?: string

    Optional text to display to refer to the Scripture book group. Default value: 'Scripture Book'.

    scriptureReferenceColumnName?: string

    Optional header to display for the Reference column. Default value: 'Scripture Reference'.

    typeColumnName?: string

    Optional header to display for the Type column. Default value: 'Type'.