Skip to content

ElectronNativeImageSize

Unofficial

The size of a NativeImage.

Import:

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

Signature:

export interface ElectronNativeImageSize

Properties

Property Type Description
height number The height of the image.
width number The width of the image.

Links to this page: