RenderIframeParams
Options for renderIframe.
Import:
import type { RenderIframeParams } from 'obsidian-dev-utils/obsidian/dataview';Signature:
export interface RenderIframeParamsProperties
| Property | Type | Description |
|---|---|---|
| dv | DataviewInlineApi | A DataviewInlineApi instance. |
| height? | string | A height of the iframe. |
| relativePathOrFile | PathOrFile | A relative path to the resource to be displayed in the iframe. |
| width? | string | A width of the iframe. |
Links to this page: