UnhoverElementParams
Parameters for unhoverElement.
Import:
import type { UnhoverElementParams } from 'obsidian-dev-utils/obsidian/desktop-trusted-input';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. |
Links to this page: