Class TextInsertion
- Namespace
- Alternet.Common.TypeScript.Types
- Assembly
- Alternet.Common.TypeScript.v9.dll
Represents string data for insertion of code completion entry..
public class TextInsertion
- Inheritance
-
TextInsertion
Constructors
- TextInsertion(string, int)
Initializes a new instance of the
TextInsertion
class with specified parameters.
Properties
- CaretOffset
Gets the position in newText the caret should move to after the insertion.
- NewText
Gets new text to insert.