Skip to content

isLoaded

Checks if the element is loaded.

Import:

import { isLoaded } from 'obsidian-dev-utils/html-element';

Signature:

function isLoaded(el: Element): boolean

Parameters:

ParameterTypeDescription
elElementThe element to check.

Returns: booleantrue if the element is loaded, false otherwise.