templatesArray(default: [])

Describes the HTML markup of the different notification types as Kendo UI template strings. The built-in types are "info", "success", "warning" and "error".

This documentation section assumes that you are familiar with Kendo UI templates.

Example - define several custom templates

templates.typeString(default: "")

Required. Specified a unique identifier, which is used to retrieve the correct template when a notification of this type is shown.

See the example above.

templates.templateString(default: "")

Defines a Kendo UI template to be used with the corresponding notification type.

See the example above.