ListedDashboardAvailability
Home > @gooddata/sdk-model > ListedDashboardAvailability
ListedDashboardAvailability type
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.
Availability of IListedDashboard. Either full (the listed dashboard is also available as a fully accessible metadata object) or only via link (full metadata object is not accessible, only the listed dashboard record).
Signature:
export type ListedDashboardAvailability = "full" | "viaLink";