Skip to content

BuildSoftKeyboardDiagnosticMessageParams

Parameters for buildSoftKeyboardDiagnosticMessage.

Import:

import type { BuildSoftKeyboardDiagnosticMessageParams } from 'obsidian-integration-testing';

Signature:

export interface BuildSoftKeyboardDiagnosticMessageParams

Properties

PropertyTypeDescription
baselineSnapshotSoftKeyboardViewportSnapshotThe geometry read before the first touch, which is what the verdict is measured against.
inputMethodStatestringThe lines of dumpsys input_method worth reading, as parseInputMethodState returned them.
screenshotPathstringWhere the device framebuffer was written, so the reader can look at what the device was showing.
snapshotSoftKeyboardViewportSnapshotThe geometry read after the last touch.

Links to this page: