Enum sap.ui.vbm.SemanticTypeModule: sap/ui/vbm/library


Semantic type with pre-defined display properties, like colors, icon, pin image, and so on. Semantic types enforce to fiori guidelines.

Field Summary
sap.ui.vbm.SemanticType.DefaultType indicating the Default state
sap.ui.vbm.SemanticType.ErrorType indicating an Error state
sap.ui.vbm.SemanticType.HiddenType indicating a Hidden state
sap.ui.vbm.SemanticType.InactiveType indicating an Inactive state
sap.ui.vbm.SemanticType.NoneType indicating no state
sap.ui.vbm.SemanticType.SuccessType indicating a Success/Positive state
sap.ui.vbm.SemanticType.WarningType indicating a Warning state
Field Detail
sap.ui.vbm.SemanticType.Default: string
Type indicating the Default state
sap.ui.vbm.SemanticType.Error: string
Type indicating an Error state
sap.ui.vbm.SemanticType.Hidden: string
Type indicating a Hidden state
sap.ui.vbm.SemanticType.Inactive: string
Type indicating an Inactive state
sap.ui.vbm.SemanticType.None: string
Type indicating no state
sap.ui.vbm.SemanticType.Success: string
Type indicating a Success/Positive state
sap.ui.vbm.SemanticType.Warning: string
Type indicating a Warning state