Skip to content

UnhoverElementParams

Parameters for unhoverElement.

Import:

import type { UnhoverElementParams } from 'obsidian-dev-utils/obsidian/desktop-trusted-input';

Signature:

export interface UnhoverElementParams

Properties

PropertyTypeDescription
elementHTMLElementThe element to move the pointer away from. The pointer is moved to a point just outside its bounding box.

Links to this page: