BuildSoftKeyboardDiagnosticMessageParams
Parameters for buildSoftKeyboardDiagnosticMessage.
Import:
import type { BuildSoftKeyboardDiagnosticMessageParams } from 'obsidian-integration-testing';Signature:
export interface BuildSoftKeyboardDiagnosticMessageParamsProperties
| Property | Type | Description |
|---|---|---|
| baselineSnapshot | SoftKeyboardViewportSnapshot | The geometry read before the first touch, which is what the verdict is measured against. |
| inputMethodState | string | The lines of dumpsys input_method worth reading, as parseInputMethodState returned them. |
| screenshotPath | string | Where the device framebuffer was written, so the reader can look at what the device was showing. |
| snapshot | SoftKeyboardViewportSnapshot | The geometry read after the last touch. |
Links to this page: