search

goog.ui.emoji.Emoji

Provided By

Creates an emoji.

A simple wrapper for an emoji.

new Emoji( url, id, opt_height, opt_width, opt_altText )

Parameters
urlstring

URL pointing to the source image for the emoji.

idstring

The id of the emoji, e.g., 'std.1'.

opt_heightnumber=

The height of the emoji, if undefined the natural height of the emoji is used.

opt_widthnumber=

The width of the emoji, if undefined the natural width of the emoji is used.

opt_altTextstring=

The alt text for the emoji image, eg. the unicode character representation of the emoji.

Instance Methods

Static Properties