AppHeaderNotifications()
Home > @gooddata/sdk-ui-application-header > AppHeaderNotifications
AppHeaderNotifications() function
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.
Signature:
export declare function AppHeaderNotifications({ isMobile, closeNotificationsOverlay, locale, useAsOfDateParam, enableExportToDocumentStorage }: {
isMobile?: boolean;
closeNotificationsOverlay?: () => void;
locale?: ILocale;
useAsOfDateParam?: boolean;
enableExportToDocumentStorage?: boolean;
}): import("react/jsx-runtime").JSX.Element;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{ isMobile, closeNotificationsOverlay, locale, useAsOfDateParam, enableExportToDocumentStorage } |
{ isMobile?: boolean; closeNotificationsOverlay?: () => void; locale?: ILocale; useAsOfDateParam?: boolean; enableExportToDocumentStorage?: boolean; } |
Returns:
import("react/jsx-runtime").JSX.Element