Skip to content

ElectronEvent

Unofficial

Electron event object passed to event listeners, extending the DOM Event.

Import:

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

Signature:

export interface ElectronEvent extends Event

Extends: Event

Methods

Method Returns Description
preventDefault() void Prevents the default action associated with the event.

Links to this page: