GetTextContentParams
Unofficial
Parameters for getting page text content.
Import:
import type { GetTextContentParams } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface GetTextContentParamsProperties
| Property | Type | Description | |
|---|---|---|---|
| disableNormalization? | boolean | Whether to disable text normalization. | |
| includeMarkedContent? | boolean | Whether to include marked content. |