Skip to main content

Interface: RenderedPositionedFmcColumn

A rendered, positionable FMC column.

Properties

alignment

Optional alignment: "left" | "right"

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

Defined in

src/sdk/fmc/FmcRenderer.ts:26


columnIndex

columnIndex: number

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

Defined in

src/sdk/fmc/FmcRenderer.ts:23


text

text: string

The rendered content string.

Defined in

src/sdk/fmc/FmcRenderer.ts:21