Skip to content

ElectronIgnoreMouseEventsOptions

Unofficial

Options for ElectronBrowserWindow.setIgnoreMouseEvents.

Import:

import type { ElectronIgnoreMouseEventsOptions } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronIgnoreMouseEventsOptions

Properties

Property Type Description
forward? boolean If true, forwards mouse move messages to Chromium, enabling mouse related events such as mouseleave. Only used when ignore is true. If ignore is false, forwarding is always disabled regardless of this value.

Available on macOS and Windows.