WithSoftKeyboardEnabledParams<T>
Parameters for withSoftKeyboardEnabled.
Import:
import type { WithSoftKeyboardEnabledParams } from 'obsidian-integration-testing';Signature:
export interface WithSoftKeyboardEnabledParams<T>Properties
| Property | Type | Description |
|---|---|---|
| callback | (this: void) => Promise<T> | The work to run while the on-screen keyboard is permitted. |
| deviceId | string | The device to address. |
Links to this page: