typingLoadedDelay

the delay between letters typing in ms, when the "end" operation comes from the server

number typingLoadedDelay;

Example

webix.ui({
    view: "chat",
    typingMode: true,        typingDelay: 300,
    typingLoadedDelay: 100,     token,
    url: "https://docs.webix.com/chat-backend/"
});


Default value:

10
Details

The property works only with the typingMode configuration option enabled.

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.