RendererSection
Unofficial
A section of the read view renderer representing a block of rendered content.
Import:
import type { RendererSection } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface RendererSectionProperties
| 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: