Type AliasScriptureResultsViewerColumnInfo

ScriptureResultsViewerColumnInfo: {
    detailsColumnName?: string;
    scriptureBookGroupName?: string;
    scriptureReferenceColumnName?: string;
    typeColumnName?: string;
}

Type declaration

  • OptionaldetailsColumnName?: string

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

  • OptionalscriptureBookGroupName?: string

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

  • OptionalscriptureReferenceColumnName?: string

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

  • OptionaltypeColumnName?: string

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