CIA Compliance Manager API Documentation - v1.1.6
    Preparing search index...

    Module coreConstants

    Core constants for CIA Compliance Manager

    This module provides centralized constants for icons, labels, colors, and titles used throughout the application. These constants ensure consistency across all widgets and components.

    import { WIDGET_ICONS, CIA_LABELS, SECURITY_LEVELS } from './constants/coreConstants';

    // Using widget icons
    const icon = WIDGET_ICONS.COMPLIANCE_STATUS; // "⚖️"

    // Using CIA component labels
    const label = CIA_LABELS.AVAILABILITY; // "Availability"

    // Using security levels
    const level = SECURITY_LEVELS.HIGH; // "High"

    Type Aliases

    SecurityLevelKey
    SecurityLevelMap

    Variables

    API_CONFIG
    APP_INFO
    CIA_COMPONENT_COLORS
    CIA_COMPONENT_ICONS
    CIA_COMPONENT_INFO
    CIA_LABELS
    COMPLIANCE_FRAMEWORKS
    COMPLIANCE_STATUS
    COMPONENT_LEVEL_MAPPING
    COMPONENT_NAMES
    DEFAULT_LANGUAGE
    DEFAULT_REFRESH_INTERVAL
    DEFAULT_SETTINGS
    EVENTS
    FEATURES
    IMPLEMENTATION_COSTS
    LOG_LEVELS
    ROUTES
    SECURITY_DESCRIPTIONS
    SECURITY_LEVEL_COLORS
    SECURITY_LEVEL_LABELS
    SECURITY_LEVELS
    STORAGE_KEYS
    UI_TEXT
    WIDGET_ICONS
    WIDGET_TITLES