Skip to content

SoftKeyboardTapPoint

A point on the device’s screen, in device pixels.

Import:

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

Signature:

export interface SoftKeyboardTapPoint

Properties

PropertyTypeDescription
xInPixelsnumberThe distance from the screen's left edge.
yInPixelsnumberThe distance from the screen's top edge.

Links to this page: