emojis

enables/disables an ability to send emojis

boolean emojis;

Example

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

Related samples

Details

If set to true the property allows users to pick and send various emojis from various categories (e.g. Smileys & People, Animals & Nature, and other).

See also
Back to top