Skip to content

RenderTask

Unofficial

A task representing an ongoing page render operation.

Import:

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

Signature:

export interface RenderTask

Properties

Property Type Description
promise Promise<void> Promise that resolves when rendering is complete.

Methods

Method Returns Description
cancel(extraDelay?) void Cancels the render task.
onContinue(cont) void Callback invoked to allow continuation of rendering.

Links to this page: