Type alias ScriptureResultsViewerColumnInfo

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

Type declaration

  • Optional detailsColumnName?: string

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

  • Optional scriptureBookGroupName?: string

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

  • Optional scriptureReferenceColumnName?: string

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

  • Optional typeColumnName?: string

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