Interface: FmcScreenOptions
Options for an FMC screen
Properties
enableScratchpad
• Optional
enableScratchpad: boolean
Whether to enable the scratchpad. Defaults to true
.
Defined in
src/sdk/fmc/FmcScreen.ts:48
eventPrefix
• Optional
eventPrefix: string
A prefix for fmc events. Currently used for multiple FMCs on one instrument scenarios.
Defined in
src/sdk/fmc/FmcScreen.ts:54
lskNotHandledThrowValue
• Optional
lskNotHandledThrowValue: any
The value that is thrown when an LSK event is not handled by anything.
Default: the string 'KEY NOT ACTIVE'.
Defined in
src/sdk/fmc/FmcScreen.ts:29
screenDimensions
• screenDimensions: Object
Screen dimensions
Type declaration
Name | Type | Description |
---|---|---|
cellHeight | number | Screen character row height |
cellWidth | number | Screen character cell width |
Defined in
src/sdk/fmc/FmcScreen.ts:16
textInputFieldDisallowedDeleteThrowValue
• Optional
textInputFieldDisallowedDeleteThrowValue: any
The value that is thrown when a text input fields receives a DELETE when deleteAllowed
is false.
Default: the string 'INVALID DELETE'.
Defined in
src/sdk/fmc/FmcScreen.ts:36
textInputFieldParseFailThrowValue
• Optional
textInputFieldParseFailThrowValue: any
The value that is thrown when a text input fields fails to parse a scratchpad entry.
Default: the string 'INVALID ENTRY'.
Defined in
src/sdk/fmc/FmcScreen.ts:43