File

src/backend/dashboard_service.ts

Index

Methods

Methods

Abstract getDashboard
[object Object],[object Object],[object Object],[object Object],[object Object]
getDashboard(name: string)
Parameters :
Name Type Optional Description
name string No

The name of the dashboard.

Abstract getDashboardPage
getDashboardPage(reference: DashboardReference, pageName: string)

Retrieves a dashboard page from the dashboard service based on its name.

Parameters :
Name Type Optional Description
reference DashboardReference No

The reference of the dashboard

pageName string No

The name of the dashboard page

Returns : Observable<DashboardPage>
Abstract getDashboardPageForEvent
getDashboardPageForEvent(reference: DashboardReference, eventType: string, eventContext: string)

Retrieves a dashboard page from the dashboard service based on an event that has taken place.

Parameters :
Name Type Optional Description
reference DashboardReference No

The reference of the dashboard

eventType string No

The event type

eventContext string No

The event context

Returns : Observable<DashboardPage>

results matching ""

    No results matching ""