Checks if the element is loaded.
Import:
import { isLoaded } from 'obsidian-dev-utils/html-element';
Signature:
function isLoaded(el: Element): boolean
Parameters:
| Parameter | Type | Description |
|---|
el | Element | The element to check. |
Returns: boolean — true if the element is loaded, false otherwise.