Skip to content

MathJaxEx.typesetPromise method

MathJaxEx › typesetPromise

Unofficial

Typeset math expressions in the given elements asynchronously.

Signature:

typesetPromise(elements?: unknown[] | null | undefined): Promise<void>

Parameters:

Parameter Type Description
elements? unknown[] | null | undefined The elements to typeset.

Returns: Promise<void>A promise that resolves when typesetting is complete.