Skip to main content

Interface: XMLTextElementProps

Defined in: src/sdk/components/XMLGauges/TextElement.ts:7

Props for an XML text element.

Extends

Properties

center?

optional center: XMLTextColumnProps

Defined in: src/sdk/components/XMLGauges/TextElement.ts:13

The central text.


children?

optional children: DisplayChildren[]

Defined in: src/sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

ComponentProps.children


class?

optional class: string

Defined in: src/sdk/components/XMLGauges/TextElement.ts:9

The HTML class of the element.


left?

optional left: XMLTextColumnProps

Defined in: src/sdk/components/XMLGauges/TextElement.ts:11

The left side text.


ref?

optional ref: NodeReference<any>

Defined in: src/sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

ComponentProps.ref


optional right: XMLTextColumnProps

Defined in: src/sdk/components/XMLGauges/TextElement.ts:15

The right side text.


style?

optional style: Partial<XMLGaugeStyle>

Defined in: src/sdk/components/XMLGauges/TextElement.ts:17

Style information.