interface FeatureFlags {
    enableAutoList?: boolean;
    quicksightOnlyForSysadmins?: boolean;
    reportsOnlyForSysadmins?: boolean;
    showCircEventsDownload?: boolean;
}

Properties

enableAutoList?: boolean
quicksightOnlyForSysadmins?: boolean
reportsOnlyForSysadmins?: boolean
showCircEventsDownload?: boolean

showCircEventsDownload controls whether the dashboard will have an option to download a CSV of circulation events. This should be false if circulation events are not available for download.