Skip to content

RenderTask

Unofficial

A task representing an ongoing page render operation.

Import:

import type { RenderTask } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface RenderTask

Properties

PropertyTypeDescription
promisePromise<void>Promise that resolves when rendering is complete.

Methods

MethodReturnsDescription
cancel(extraDelay?)voidCancels the render task.
onContinue(cont)voidCallback invoked to allow continuation of rendering.

Links to this page: