Skip to main content

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.


dashboardWidget

Events#

EventDescriptionExample
db.filters.changedThis event will be triggered whenever dashboard filter value changedapp.on(‘db.filters.changed’, () => {
console.log(‘topbar is opened’);
});
On This Topic