Status configuration information
- .title - the main title of the aggregate status card
- .count - the number count of the main statuses
- .href - the href to navigate to if one clicks on the title or count
- .iconClass - an icon to display to the left of the count
- .iconImage - an image to display to the left of the count
- .notifications - an array of status icons & counts
- .iconClass - an icon to display to the right of the notification count
- .iconImage - an image to display to the left of the notification count
- .count - the number count of the notification status
- .href - href to navigate to if one clicks on the notification status icon or count
When layout='mini', only one notification can be specified:
- ...
- .notification - an object of containing a single notification icon & count
- .iconClass - an icon to display to the right of the notification count
- .iconImage - an image to display to the left of the notification count
- .count - the number count of the notification status
- .href - href to navigate to if one clicks on the notification status icon or count