the delay between letters typing in ms, when the "end" operation comes from the server
webix.ui({
view: "chat",
typingMode: true, typingDelay: 300,
typingLoadedDelay: 100, token,
url: "https://docs.webix.com/chat-backend/"
});
The property works only with the typingMode configuration option enabled.
Наверх