Dashboard Widget
Dashboard is a pictorial representation of your custom reports, which gives a real-time snapshot of your building key metrics. Using dashboards, you can easily visualize the patterns and trends in maintenance, operations, tenant experience related data. Adding a Widget to your dashboard allows you to access key data for your business readily.

Events#
| Event | Description | Example |
|---|---|---|
| db.filters.changed | This event will be triggered whenever dashboard filter value changed | app.on(‘db.filters.changed’, () => { console.log(‘topbar is opened’); }); |