The selector of all keywords to which the label is applied.
remove()
Removes the label.
Returns nothing.
setColor(color)
Sets the background color of the label.
Returns nothing.
Arguments:
Name
Type
Description
color
String
The new color. It must be specified in either RGB form
(#RRGGBB or #RGB) or one of the 16 basic CSS color
names.
setDescription(description)
Sets the description for this label. The description may not be longer than
200 characters.
Returns nothing.
Arguments:
Name
Type
Description
description
String
The description for the label.
setName(name)
Changes the name of the Label. The name must be unique, non-empty, and may
not be longer than 100 characters. Any leading or trailing white spaces
will be trimmed.