Table of Contents

Constructor TextInsertion

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

TextInsertion(string, int)

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

public TextInsertion(string newText, int caretOffset)

Parameters

newText string

New text to insert.

caretOffset int

Position in newText the caret should point to after the insertion.