IHitArea
Unofficial
Hit area interface.
Import:
import type { IHitArea } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface IHitAreaMethods
| Method | Returns | Description | |
|---|---|---|---|
| contains(x, y) | boolean | Checks whether the point is inside the hit area. |