Skip to content

InterpolationOptions

Unofficial

Options for configuring i18next string interpolation.

Import:

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

Signature:

export interface InterpolationOptions

Properties

Property Type Description
escapeValue? boolean Whether to escape interpolated values.
prefix? string Prefix for interpolation expressions.
suffix? string Suffix for interpolation expressions.

Links to this page: