Class type Goog.​Geditor.​Plugins.​emoticons

class type emoticons = object..end

Inherits


Inserts an emoticon into the editor at the cursor location. Places the

cursor to the right of the inserted emoticon.

method getTrogClassId : Js.js_string Js.t Js.meth

Returns The ID unique to this plugin class. Note that different instances off the plugin share the same classId.

method isSupportedCommand : Js.js_string Js.t -> bool Js.t Js.meth

Whether the string corresponds to a command this plugin handles.

Returns Whether the plugin handles this type of command.