Usage
Signature:
interface CTagCloudItemElement
Typescript Import Format
//To typecheck the element APIs, import as below.
import { CTagCloudItemElement } from "oj-c/tag-cloud-item";
//For the transpiled javascript to load the element's module, import as below
import "oj-c/tag-cloud-item";
For additional information visit:
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.
-
label* :string
-
The text of the item.
-
short-desc :string
-
The description of the item. This is used for customizing the tooltip text.
-
url :string
-
The url this item references.
-
value* :(number|null)
-
The value of this item is used to scale its font size within the tag cloud.