Table of Contents

Class TextUpdateEventInit

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class TextUpdateEventInit : EventInit
Inheritance
TextUpdateEventInit
Inherited Members

Constructors

TextUpdateEventInit()

public TextUpdateEventInit()

Fields

CompositionEnd

[Value("compositionEnd")]
public ulong CompositionEnd

Field Value

ulong

CompositionStart

[Value("compositionStart")]
public ulong CompositionStart

Field Value

ulong

SelectionEnd

[Value("selectionEnd")]
public ulong SelectionEnd

Field Value

ulong

SelectionStart

[Value("selectionStart")]
public ulong SelectionStart

Field Value

ulong

Text

[Value("text")]
public string Text

Field Value

string

UpdateRangeEnd

[Value("updateRangeEnd")]
public ulong UpdateRangeEnd

Field Value

ulong

UpdateRangeStart

[Value("updateRangeStart")]
public ulong UpdateRangeStart

Field Value

ulong