IWidgetsService
Interface IWidgetsService
The Service is provided by the Dashboard app. The method in this interface are used by the IDashboardManager when a widget needs to access the current configuration of a widget for a user.
Tags
Table of Contents
- getWidgetConfig() : IWidgetConfig
- Returns the IWidgetConfig for a widgetId and userId
Methods
getWidgetConfig()
Returns the IWidgetConfig for a widgetId and userId
public
getWidgetConfig(string $widgetId, string $userId) : IWidgetConfig
Parameters
- $widgetId : string
- $userId : string