Skip to content

renderCallout

Renders a callout block in Dataview.

Import:

import { renderCallout } from 'obsidian-dev-utils/obsidian/callout';

Signature:

function renderCallout(params: RenderCalloutParams): void

Parameters:

ParameterTypeDescription
paramsRenderCalloutParamsThe parameters for rendering the callout.

Returns: void


Links to this page: