Skip to content

ElectronWillResizeDetails

Unofficial

Details about a pending window resize, emitted with the will-resize event.

Import:

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

Signature:

export interface ElectronWillResizeDetails

Properties

Property Type Description
edge 'bottom-left' | 'bottom-right' | 'bottom' | 'left' | 'right' | 'top-left' | 'top-right' The edge of the window being dragged for resizing.