UnhoverElementParams
Parameters for CommonArguments.unhoverElement.
Import:
import type { UnhoverElementParams } from 'obsidian-integration-testing';Signature:
export interface UnhoverElementParamsProperties
| Property | Type | Description |
|---|---|---|
| element | HTMLElement | The element to move the pointer away from. The pointer is moved to a point just outside its bounding box. This is a live renderer DOM node — the callback runs in-renderer, so no cross-process serialization is needed (same as TypeIntoEditorParams.editor). |