Skip to content

InsertAtParams

Parameters for insertAt.

Import:

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

Signature:

export interface InsertAtParams

Properties

PropertyTypeDescription
$stringstringThe string to insert the substring into.
endIndex?numberThe index to end the substring at.
startIndexnumberThe index to insert the substring at.
substringstringThe substring to insert.

Links to this page: