NotificationChannelDashboardLinkVisibility
Home > @gooddata/sdk-model > NotificationChannelDashboardLinkVisibility
NotificationChannelDashboardLinkVisibility type
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Visibility of the dashboard link in the email notification.
Hidden - the link is not visible Visible - the link is visible for all InternalOnly - the link is visible only for internal users
Signature:
export type NotificationChannelDashboardLinkVisibility = "hidden" | "visible" | "internalOnly";