CheckIsSoftKeyboardUpParams
Parameters for checkIsSoftKeyboardUp.
Import:
import type { CheckIsSoftKeyboardUpParams } from 'obsidian-integration-testing';Signature:
export interface CheckIsSoftKeyboardUpParamsProperties
| Property | Type | Description |
|---|---|---|
| baselineSnapshot | SoftKeyboardViewportSnapshot | The geometry read **before** the first touch, with the keyboard still down. Required, and deliberately not optional: an absent baseline could only mean falling back to the absolute-offset test, which is the vacuous pass this parameter exists to make unrepresentable. |
| minimumKeyboardHeightInPixels? | number | The least a raised keyboard lifts the field by, so a stray rounding pixel is not read as one. |
| snapshot | SoftKeyboardViewportSnapshot | The geometry to judge, read after the touch. |
Links to this page: