Dashboard Widget
The Dashboard Widget location enables widgets to appear within dashboard views. It is intended for displaying summarized, high-level, or analytical information.
Commonly used for :
- Visualizing key metrics or trends
- Showing status summaries
- Providing quick insights at a glance
Widgets in this location are designed for read-heavy interaction and quick interpretation.
Sample Plugin-Manifest Json :
REQUEST DETAILS
{
'locale': [
'en'
],
'service': 'FINANCE',
'whiteListedDomains': [],
'modules': {
'widgets': [
{
'location': 'dashboard.widget',
'name': '<widget_name>',
'url': '/app/index.html',
'logo': '/app/img/logo.png'
}
]
},
'config': [],
'usedConnections': []
}
Reference Image :
