nx/docs/generated/devkit/StringInsertion.md
2023-08-18 11:54:36 -04:00

32 lines
515 B
Markdown

# Interface: StringInsertion
## Table of contents
### Properties
- [index](../../devkit/documents/StringInsertion#index): number
- [text](../../devkit/documents/StringInsertion#text): string
- [type](../../devkit/documents/StringInsertion#type): Insert
## Properties
### index
**index**: `number`
Place in the original text to insert new text
---
### text
**text**: `string`
Text to insert into the original text
---
### type
**type**: [`Insert`](../../devkit/documents/ChangeType#insert)