32 lines
498 B
Markdown
32 lines
498 B
Markdown
# Interface: StringDeletion
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [length](../../devkit/documents/StringDeletion#length)
|
|
- [start](../../devkit/documents/StringDeletion#start)
|
|
- [type](../../devkit/documents/StringDeletion#type)
|
|
|
|
## Properties
|
|
|
|
### length
|
|
|
|
• **length**: `number`
|
|
|
|
Number of characters to delete
|
|
|
|
---
|
|
|
|
### start
|
|
|
|
• **start**: `number`
|
|
|
|
Place in the original text to start deleting characters
|
|
|
|
---
|
|
|
|
### type
|
|
|
|
• **type**: [`Delete`](../../devkit/documents/ChangeType#delete)
|