Configuration of the announcement banner.

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

Hierarchy (view full)

Properties

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. Can be public or private.