Skip to content

GetTextContentParams

Unofficial

Parameters for getting page text content.

Import:

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

Signature:

export interface GetTextContentParams

Properties

PropertyTypeDescription
disableNormalization?booleanWhether to disable text normalization.
includeMarkedContent?booleanWhether to include marked content.