Interface: XMLTextColumnProps
The configuration of an individual column of text.
Properties
class
• Optional
class: string
The HTML class of the element.
Defined in
src/sdk/components/XMLGauges/TextElement.ts:23
color
• Optional
color: CompositeLogicXMLElement
The color of the text.
Defined in
src/sdk/components/XMLGauges/TextElement.ts:27
content
• content: CompositeLogicXMLElement
The text content of the column.
Defined in
src/sdk/components/XMLGauges/TextElement.ts:25
fontSize
• Optional
fontSize: string
The font size to use.
Defined in
src/sdk/components/XMLGauges/TextElement.ts:29