Skip to content

RendererSection

Unofficial

A section of the read view renderer representing a block of rendered content.

Import:

import type { RendererSection } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface RendererSection

Properties

PropertyTypeDescription
elHTMLElementDOM element for this section.
htmlstringRaw HTML content for this section.
renderedbooleanWhether this section has been rendered to the DOM.

Links to this page: