Skip to content

InsertAtParams

Parameters for insertAt.

Import:

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

Signature:

export interface InsertAtParams

Properties

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

Links to this page: