createDashboard()
Home > @gooddata/sdk-backend-spi > IWorkspaceDashboardsService > createDashboard
IWorkspaceDashboardsService.createDashboard() method
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.
Create and save dashboard for the provided dashboard definition
Signature:
createDashboard(dashboard: IDashboardDefinition): Promise<IDashboard>;
Parameters
Parameter | Type | Description |
---|---|---|
dashboard | IDashboardDefinition | dashboard definition |
Returns:
Promise<IDashboard>
promise of the created dashboard