loadUserData
Home > @gooddata/sdk-backend-spi > IGetDashboardPluginOptions > loadUserData
IGetDashboardPluginOptions.loadUserData property
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.
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.
Signature:
loadUserData?: boolean;