Skip to content

Dimensions

Unofficial

Width and height dimensions.

Import:

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

Signature:

export interface Dimensions

Properties

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

Links to this page: