ui.emoji.Emoji Extends
Creates an emoji. A simple wrapper for an emoji.

Inheritance

Constructor

goog.ui.emoji.Emoji(urlid)

Parameters

url : string
URL pointing to the source image for the emoji.
id : string
The id of the emoji, e.g., 'std.1'.

Instance Methods

Public Protected Private
getId() string
No description.
Returns: string  The id of this emoji.
code »
getUrl() string
No description.
Returns: string  The URL for this emoji.
code »

Instance Properties

id_ :
The id of the emoji
Code »
url_ :
The URL pointing to the source image for the emoji
Code »

Static Properties

goog.ui.emoji.Emoji.ATTRIBUTE :
The name of the goomoji attribute, used for emoji image elements.
Code »

Package ui.emoji

Package Reference