Interface: XMLTextElementProps
Props for an XML text element.
Hierarchy
↳
XMLTextElementProps
Properties
center
• Optional
center: XMLTextColumnProps
The central text.
Defined in
src/sdk/components/XMLGauges/TextElement.ts:13
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
Defined in
src/sdk/components/FSComponent.ts:122
class
• Optional
class: string
The HTML class of the element.
Defined in
src/sdk/components/XMLGauges/TextElement.ts:9
left
• Optional
left: XMLTextColumnProps
The left side text.
Defined in
src/sdk/components/XMLGauges/TextElement.ts:11
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
Defined in
src/sdk/components/FSComponent.ts:125
right
• Optional
right: XMLTextColumnProps
The right side text.
Defined in
src/sdk/components/XMLGauges/TextElement.ts:15
style
• Optional
style: Partial
<XMLGaugeStyle
>
Style information.
Defined in
src/sdk/components/XMLGauges/TextElement.ts:17