IGetDashboardPluginOptions
Home > @gooddata/sdk-backend-spi > IGetDashboardPluginOptions
IGetDashboardPluginOptions interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Configuration options for getting dashboard plugin.
Signature:
export interface IGetDashboardPluginOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
loadUserData? | boolean | (ALPHA) (Optional) Specify if information about the users that created/modified the dashboard plugin should be loaded. Defaults to false. If user is inactive or logged-in user has not rights to access this information than users that created/modified is undefined. |