Interface: FmcScratchpadOptions
Options for FmcScratchpad
Properties
cellWidth
• cellWidth: number
Cell width of the scratchpad on the screen
Defined in
src/sdk/fmc/FmcScratchpad.ts:13
clearScratchpadOnError
• Optional
clearScratchpadOnError: boolean
Whether other scratchpad contents are cleared when an error is set. Defaults to false.
Defined in
src/sdk/fmc/FmcScratchpad.ts:28
deleteText
• Optional
deleteText: string
Text to show for the DELETE state. Defaults to "DELETE".
Defined in
src/sdk/fmc/FmcScratchpad.ts:19
errorTextCentered
• Optional
errorTextCentered: boolean
Whether error text is centered. Defaults to false.
Defined in
src/sdk/fmc/FmcScratchpad.ts:25
renderRow
• renderRow: number
The row at which to render the scratchpad. -1 signifies the last row.
Defined in
src/sdk/fmc/FmcScratchpad.ts:10
style
• Optional
style: string
Style to apply to the text. Defaults to white
.
Defined in
src/sdk/fmc/FmcScratchpad.ts:16
surroundingText
• Optional
surroundingText: readonly [string
, string
]
Defines surrounding text [left, right] around the contents. Defaults to none.
Defined in
src/sdk/fmc/FmcScratchpad.ts:22