Skip to content

MouseButton

The mouse button a trusted click presses, in Electron’s sendInputEvent spelling.

Import:

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

Signature:

export type MouseButton

Signature:

type MouseButton = NonNullable<ElectronMouseInputEvent['button']>

Type: NonNullable<ElectronMouseInputEvent[‘button’]>


Links to this page: