@thepalaceproject/circulation-admin
    Preparing search index...
    interface PatronBlockingRulesHelpModalProps {
        availableFields: Record<string, unknown>;
        fieldsError: string;
        fieldsLoading: boolean;
        onHide: () => void;
        show: boolean;
    }
    Index

    Properties

    availableFields: Record<string, unknown>

    Live patron data dictionary fetched via the remote patron information call.

    fieldsError: string

    Error message from the available-fields fetch, if any.

    fieldsLoading: boolean

    True while the initial available-fields fetch is in progress.

    onHide: () => void
    show: boolean