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