Skip to content

ElectronSize

Unofficial

Represents dimensions with width and height.

Import:

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

Signature:

export interface ElectronSize

Properties

Property Type Description
height number The height component.
width number The width component.

Links to this page: