DEFAULT_MINIMUM_KEYBOARD_HEIGHT_IN_PIXELS
The least a raised keyboard lifts the field by, so a stray rounding pixel is not read as one.
Exported because it is the number both checkIsSoftKeyboardUp and raiseSoftKeyboard default to, and a suite tightening it wants to say so relative to this rather than in the abstract.
Import:
import { DEFAULT_MINIMUM_KEYBOARD_HEIGHT_IN_PIXELS } from 'obsidian-integration-testing';Signature:
const DEFAULT_MINIMUM_KEYBOARD_HEIGHT_IN_PIXELS: 100Type: 100