IDashboardsQueryResult
Home > @gooddata/sdk-backend-spi > IDashboardsQueryResult
IDashboardsQueryResult type
Queried dashboards are returned in a paged representation.
Signature:
export type IDashboardsQueryResult = IPagedResource<IListedDashboard>;
References: IPagedResource, IListedDashboard