InsertAtParams
Parameters for insertAt.
Import:
import type { InsertAtParams } from 'obsidian-dev-utils/string';Signature:
export interface InsertAtParamsProperties
| Property | Type | Description |
|---|---|---|
| endIndex? | number | The index to end the substring at. |
| startIndex | number | The index to insert the substring at. |
| str | string | The string to insert the substring into. |
| substring | string | The substring to insert. |
Links to this page: