The title is a type of text component, support the customization of the title content, location, color and hyperlink, addition of multiple title components in the large screen, and display of the large screen and titles of modules therein. This document introduces the meaning of each configuration item of the title component, to help you to use the general title component quickly and accurately.
Basic settings
width: component width in the editor
height: component height in the editor
top: distance between the component and the top of editor
left: distance between the component and the left side of editor
Title name: name of the title. The title name will be read here in case of no configuration data source.
Alignment: alignment of the title. Options: left alignment, right alignment, and center alignment.
Text style:
Font size: font size of the title
Color: the color of the title, supporting color values in hex, rgb and rgba formats
Font: font of the title
Font weight: font weight of the title
Highlight:
Enable: After the highlight option is enabled, the font will be in the highlight color when the cursor is hovering on it.
Highlight color: highlight color of the font
Hyperlink
Address: configure the address of hyperlink, null by default
New window: set whether to open this link in a new window after the hyperlink address is configured
Click operation: event triggered after clicking. Options: null, full screen, and tab closing.
return [{
value:"title content"
}]