Skip to content

renderIframe

Renders an iframe in the Dataview container with the specified relative path, width, and height.

Import:

import { renderIframe } from 'obsidian-dev-utils/obsidian/dataview';

Signature:

function renderIframe(params: RenderIframeParams): void

Parameters:

ParameterTypeDescription
paramsRenderIframeParamsThe parameters for rendering the iframe.

Returns: void


Links to this page: