Skip to content

WithSoftKeyboardEnabledParams<T>

Parameters for withSoftKeyboardEnabled.

Import:

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

Signature:

export interface WithSoftKeyboardEnabledParams<T>

Properties

PropertyTypeDescription
callback(this: void) => Promise<T>The work to run while the on-screen keyboard is permitted.
deviceIdstringThe device to address.

Links to this page: