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
Name | Type | Description |
---|---|---|
output | FmcOutputTemplate | the output to insert |
rowIndex | number | the row index to insert at |
template | FmcRenderTemplate | the template of the output |
Returns
void
Throws
if rowIndex
is too high
Defined in
src/sdk/fmc/FmcRenderer.ts:70