Skip to main content

Interface: FmcRenderer

An FMC renderer

Implemented by

Properties

options

Readonly options: FmcRendererOptions

Options for this renderer

Defined in

src/sdk/fmc/FmcRenderer.ts:59

Methods

editOutputTemplate

editOutputTemplate(output, rowIndex, template): void

Edits part of the row output

Parameters

NameTypeDescription
outputFmcOutputTemplatethe output to insert
rowIndexnumberthe row index to insert at
templateFmcRenderTemplatethe template of the output

Returns

void

Throws

if rowIndex is too high

Defined in

src/sdk/fmc/FmcRenderer.ts:70