Skip to main content

Interface: XMLTextElementProps

Props for an XML text element.

Hierarchy

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

ComponentProps.children

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

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


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