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