@thepalaceproject/circulation-admin
    Preparing search index...

    Interface FeatureFlags

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

    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.