Skip to content

ElectronNativeImageSize

Unofficial

The size of a NativeImage.

Import:

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

Signature:

export interface ElectronNativeImageSize

Properties

PropertyTypeDescription
heightnumberThe height of the image.
widthnumberThe width of the image.

Links to this page: