Skip to content

RenderIframeParams

Options for renderIframe.

Import:

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

Signature:

export interface RenderIframeParams

Properties

PropertyTypeDescription
dvDataviewInlineApiA DataviewInlineApi instance.
height?stringA height of the iframe.
relativePathOrFilePathOrFileA relative path to the resource to be displayed in the iframe.
width?stringA width of the iframe.

Links to this page: