ElectronWillResizeDetails
Unofficial
Details about a pending window resize, emitted with the will-resize event.
Import:
import type { ElectronWillResizeDetails } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronWillResizeDetailsProperties
| Property | Type | Description | |
|---|---|---|---|
| edge | 'bottom-left' | 'bottom-right' | 'bottom' | 'left' | 'right' | 'top-left' | 'top-right' | The edge of the window being dragged for resizing. |