DashboardAccessibilityLimitation
Home > @gooddata/sdk-ui-dashboard > DashboardAccessibilityLimitation
DashboardAccessibilityLimitation 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.
Represents different kinds of accessibility limitation for dashboard.
Dashboard is forbidden when strict access control is supported and user does not have permission to see it or drill to it. Dashboard is not shared when user is able to drill to it but not see it directly.
Signature:
export type DashboardAccessibilityLimitation = "forbidden" | "notShared";