Skip to content

IHitArea

Unofficial

Hit area interface.

Import:

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

Signature:

export interface IHitArea

Methods

MethodReturnsDescription
contains(x, y)booleanChecks whether the point is inside the hit area.