react-lgpd-consent - v0.4.4
    Preparing search index...

    Variable GUIDANCE_PRESETSConst

    GUIDANCE_PRESETS: {
        compliance: {
            minimumSeverity: "warning";
            showBestPractices: true;
            showCategoriesTable: true;
            showComplianceScore: true;
            showSuggestions: true;
            showWarnings: true;
        };
        development: {
            minimumSeverity: "info";
            showBestPractices: true;
            showCategoriesTable: true;
            showComplianceScore: true;
            showSuggestions: true;
            showWarnings: true;
        };
        minimal: {
            minimumSeverity: "error";
            showBestPractices: false;
            showCategoriesTable: false;
            showComplianceScore: false;
            showSuggestions: false;
            showWarnings: true;
        };
        production: {
            minimumSeverity: "error";
            showBestPractices: false;
            showCategoriesTable: false;
            showComplianceScore: false;
            showSuggestions: false;
            showWarnings: false;
        };
    } = ...

    Presets de configuração para diferentes ambientes

    Type Declaration

    • Readonlycompliance: {
          minimumSeverity: "warning";
          showBestPractices: true;
          showCategoriesTable: true;
          showComplianceScore: true;
          showSuggestions: true;
          showWarnings: true;
      }

      Focado em conformidade LGPD

    • Readonlydevelopment: {
          minimumSeverity: "info";
          showBestPractices: true;
          showCategoriesTable: true;
          showComplianceScore: true;
          showSuggestions: true;
          showWarnings: true;
      }

      Configuração completa para desenvolvimento

    • Readonlyminimal: {
          minimumSeverity: "error";
          showBestPractices: false;
          showCategoriesTable: false;
          showComplianceScore: false;
          showSuggestions: false;
          showWarnings: true;
      }

      Apenas erros críticos

    • Readonlyproduction: {
          minimumSeverity: "error";
          showBestPractices: false;
          showCategoriesTable: false;
          showComplianceScore: false;
          showSuggestions: false;
          showWarnings: false;
      }

      Configuração silenciosa para produção