InsertCodeBlockParams
Parameters for insertCodeBlock.
Import:
import type { InsertCodeBlockParams } from 'obsidian-dev-utils/obsidian/dataview';Signature:
export interface InsertCodeBlockParamsProperties
| Property | Type | Description |
|---|---|---|
| code | string | The code content to be inserted into the code block. |
| dv | DataviewInlineApi | The DataviewInlineApi instance to insert the code block into. |
| language | string | The language identifier for the code block. |
Links to this page: