renderCallout
Renders a callout block in Dataview.
Import:
import { renderCallout } from 'obsidian-dev-utils/obsidian/callout';Signature:
function renderCallout(params: RenderCalloutParams): voidParameters:
| Parameter | Type | Description |
|---|---|---|
params | RenderCalloutParams | The parameters for rendering the callout. |
Returns: void
Links to this page: