Skip to content

IndentParams

Parameters for indent.

Import:

import type { IndentParams } from 'obsidian-dev-utils/string';

Signature:

export interface IndentParams

Properties

PropertyTypeDescription
prefixstringThe prefix to add to each line.
textstringThe string to indent.

Links to this page: