Class TextChange
- Namespace
- Alternet.Common.TypeScript.Types
- Assembly
- Alternet.Common.TypeScript.v9.dll
Describes a single change when a particular span is replaced with a new text.
public class TextChange
- Inheritance
-
TextChange
Constructors
- TextChange(TextSpan, string)
Initializes a new instance of the
TextChange
class with specified parameters.
Properties
- NewText
Gets the new text.
- Span
Gets a span of the text being changed.