withDashboard()
Home > @gooddata/sdk-backend-spi > IAutomationsQuery > withDashboard
IAutomationsQuery.withDashboard() method
Sets dashboard id for the query.
Signature:
withDashboard(dashboard: string, multiValue?: boolean): IAutomationsQuery;
Parameters
Parameter | Type | Description |
---|---|---|
dashboard | string | dashboard id |
multiValue | boolean | (Optional) if true, the dashboard is a multi-value filter |
Returns:
automations query