ElectronSize
Unofficial
Represents dimensions with width and height.
Import:
import type { ElectronSize } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronSizeProperties
| Property | Type | Description | |
|---|---|---|---|
| height | number | The height component. | |
| width | number | The width component. |
Links to this page: