Table of Contents

Constructor TextChange

Namespace
Alternet.Common.TypeScript.Types
Assembly
Alternet.Common.TypeScript.v9.dll

TextChange(TextSpan, string)

Initializes a new instance of the TextChange class with specified parameters.

public TextChange(TextSpan span, string newText)

Parameters

span TextSpan

A span of the text being changed.

newText string

The new text.