Interface: LineSelectKeyEvent
An FMC line select key
Properties
col
• col: number
The LSK column
Defined in
src/sdk/fmc/FmcInteractionEvents.ts:9
isDelete
• isDelete: boolean
Whether the CLEAR/DELETE key (if applicable) was activated
Defined in
src/sdk/fmc/FmcInteractionEvents.ts:15
row
• row: number
The LSK row
Defined in
src/sdk/fmc/FmcInteractionEvents.ts:6
scratchpadContents
• scratchpadContents: string
The scratchpad contents at the time of pressing the LSK
Defined in
src/sdk/fmc/FmcInteractionEvents.ts:12