kendo-ui-core icon indicating copy to clipboard operation
kendo-ui-core copied to clipboard

Add missing kendo.chat namespace in API section and update typescript definitions accordingly

Open Iankodj opened this issue 3 years ago • 0 comments

Bug report

The function kendo.chat.registerTemplate as mentioned here: https://docs.telerik.com/kendo-ui/controls/conversational-ui/chat/chat-items#custom-templates is missing in API Reference and the Typescript Definitions.

Also, update API to include its relation to message.type: https://docs.telerik.com/kendo-ui/api/javascript/ui/chat/methods/rendermessage

Reproduction of the problem

TS def does not include the kendo.chat namespace with its methods.

Expected/desired behavior

kendo.chat to be available in the TS defs.

Iankodj avatar Jul 28 '22 13:07 Iankodj