Skip to main content

Interface: RenderedPositionedFmcColumn

Defined in: src/sdk/fmc/FmcRenderer.ts:19

A rendered, positionable FMC column.

Properties

alignment?

optional alignment: "left" | "right"

Defined in: src/sdk/fmc/FmcRenderer.ts:26

If 'left', the text will continue to the right of the columnIndex. If 'right', the text will continue to the left of the columnIndex.


columnIndex

columnIndex: number

Defined in: src/sdk/fmc/FmcRenderer.ts:23

The (zero-indexed) index on which the first character is placed (or the last, if right-aligned).


text

text: string

Defined in: src/sdk/fmc/FmcRenderer.ts:21

The rendered content string.