Attributes
-
categories :Array.<string>
-
An array of category strings corresponding to the tag cloud items. This allows highlighting and filtering of items.
- Default Value:
[]
-
color :string
-
The color of the text. Will be overridden by any color defined in the style option. The default value comes from the CSS and varies based on theme.
- Default Value:
''
-
label :string
-
The text of the item.
- Default Value:
""
-
short-desc :string
-
The description of the item. This is used for customizing the tooltip text.
- Default Value:
""
-
svg-class-name :string
-
The CSS style class defining the style of the item text.
- Default Value:
""
-
svg-style :CSSStyleDeclaration
-
The CSS style object defining the style of the item text. Only SVG CSS style properties are supported.
- Default Value:
{}
-
url :string
-
The url this item references.
- Default Value:
""
-
value :number|null
-
The value of this item is used to scale its font size within the tag cloud.
- Default Value:
null