tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > NotifyArguments

NotifyArguments interface

Signature:

export interface NotifyArguments

Properties

Property Modifiers Type Description
description?   string (Optional) Detailed notification message.
showInMessageCenter?   boolean (Optional) Option to store notification in Message Center.
title   string Notification’s title.
type   NotificationType <p>Type defines styling of the message.</p><p>Depending on intention of the message one of the values can be used: - error - in cases error occurred, operation failed. - info - general information for the user. - success - report about success of the operation. - warning - information that user needs to pay attention to.</p>