The paragraph is a type of text component, supporting the customization of the content, color and paragraph style of the text. The paragraph text can be displayed on the large screen. This document introduces the meaning of each configuration item of the paragraph, to help you use the paragraph 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
Paragraph content: content of the paragraph
Text scrolling:
Overflow scrolling: set whether to enable overflow scrolling (available only in case of text overflow)
Scrolling duration (ms): time of single text scrolling after the overflow scrolling is enabled, in ms
Text style:
Font size: font size of the text
Color: color of the text, supporting color values in hex, rgb and rgba formats
Font: font of the text
Font weight: font weight of the text
Line height: height of each line of the text, in px
Alignment: alignment of the title. Options: left alignment, right alignment, and center alignment.
First line indentation: indentation of the first line of text, in px
return [{
value: "Paragraph content, paragraph content..."
}]