ElectronPoint
Unofficial
Represents a point with x and y coordinates.
Import:
import type { ElectronPoint } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronPointProperties
| Property | Type | Description | |
|---|---|---|---|
| x | number | The x coordinate of the point. | |
| y | number | The y coordinate of the point. |
Links to this page: