Skip to content

ElectronRectangle

Unofficial

Represents a rectangle with position and dimensions.

Import:

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

Signature:

export interface ElectronRectangle

Properties

PropertyTypeDescription
heightnumberThe height of the rectangle.
widthnumberThe width of the rectangle.
xnumberThe x coordinate of the origin of the rectangle.
ynumberThe y coordinate of the origin of the rectangle.

Links to this page: