Methods
(static) getMNotificationWidgetTypeCSSClassName(type) → {string}
- Description:
Get CSS class name for given
type.
Parameters:
| Name | Type | Description |
|---|---|---|
type |
string | String enum value from |
Returns:
CSS class name.
- Type
- string
(static) getMNotificationWidgetTitleIconClassNames(type) → {null|Array.<string>}
- Description:
Get title icon class names for the given type.
Parameters:
| Name | Type | Description |
|---|---|---|
type |
string | Type. |
Returns:
Icon classes.
- Type
- null | Array.<string>