Skip to content

IHitArea

Unofficial

Hit area interface.

Import:

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

Signature:

export interface IHitArea

Methods

Method Returns Description
contains(x, y) boolean Checks whether the point is inside the hit area.