Templates
configurationDescribes the HTML markup of the different notification types as Kendo UI template strings. The predefined type values are "base", "primary", "secondary", "tertiary", "info", "success", "warning", "error" and "inverse".
This documentation section assumes that you are familiar with Kendo UI templates.
templates
ArrayDefault: []
templates.template
StringDefines a Kendo UI template to be used with the corresponding notification type.
Default: ""
templates.type
StringRequired. Specified a unique identifier, which is used to retrieve the correct template when a notification of this type is shown.
Default: ""