reactions

enables/disables an ability to add reactions

boolean reactions;

Example

webix.ui({
  view: "chat",
  url: "https://docs.webix.com/chat-backend/",
  reactions: true, });

Related samples

Details

If the reactions property is set to true, emojis will be enabled by default.

See also
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.