Variable WIDGET_TITLESConst
WIDGET_TITLES: {
SECURITY_LEVEL: string;
SECURITY_SUMMARY: string;
SECURITY_VISUALIZATION: string;
COMPLIANCE_STATUS: string;
VALUE_CREATION: string;
COST_ESTIMATION: string;
BUSINESS_IMPACT: string;
TECHNICAL_IMPLEMENTATION: string;
SECURITY_PROFILE: string;
SECURITY_RESOURCES: string;
AVAILABILITY_IMPACT: string;
INTEGRITY_IMPACT: string;
CONFIDENTIALITY_IMPACT: string;
CIA_IMPACT_SUMMARY: string;
TECHNICAL_DETAILS: string;
} = ...
Type Declaration
-
SECURITY_LEVEL: string
-
SECURITY_SUMMARY: string
-
SECURITY_VISUALIZATION: string
-
COMPLIANCE_STATUS: string
-
VALUE_CREATION: string
-
COST_ESTIMATION: string
-
BUSINESS_IMPACT: string
-
TECHNICAL_IMPLEMENTATION: string
-
SECURITY_PROFILE: string
-
SECURITY_RESOURCES: string
-
AVAILABILITY_IMPACT: string
-
INTEGRITY_IMPACT: string
-
CONFIDENTIALITY_IMPACT: string
-
CIA_IMPACT_SUMMARY: string
-
TECHNICAL_DETAILS: string
Widget title constants for consistent naming.
Standard titles for all dashboard widgets. Using these constants ensures consistent naming across the application and simplifies localization efforts if needed in the future.