Announcement banner configuration.

interface AnnouncementBannerConfiguration {
    hashId?: string;
    isDismissible?: boolean;
    isEnabled?: boolean;
    message?: string;
    visibility?: string;
}

Properties

hashId?: string

Hash of the banner data. The client detects updates by comparing hash IDs.

isDismissible?: boolean

Flag indicating if the announcement banner can be dismissed by the user.

isEnabled?: boolean

Flag indicating if the announcement banner is enabled or not.

message?: string

The text on the announcement banner.

visibility?: string

Visibility of the announcement banner.