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

Property Type Description
el HTMLElement DOM element for this section.
html string Raw HTML content for this section.
rendered boolean Whether this section has been rendered to the DOM.

Links to this page: