isElementVisibleInOffsetParent
Checks if the element is visible in the offset parent.
Import:
import { isElementVisibleInOffsetParent } from 'obsidian-dev-utils/html-element';Signature:
function isElementVisibleInOffsetParent(el: HTMLElement): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
el | HTMLElement | The element to check. |
Returns: boolean — true if the element is visible in the offset parent, false otherwise.